Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit d723d46

Browse files
committed
chore: update engine to 25.8.1
1 parent 726dcc0 commit d723d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rivetkit/src/registry/run-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const RunnerConfigSchema = z
5050
runEngineVersion: z
5151
.string()
5252
.optional()
53-
.default(() => getEnvUniversal("RIVET_RUN_ENGINE_VERSION") ?? "25.8.0"),
53+
.default(() => getEnvUniversal("RIVET_RUN_ENGINE_VERSION") ?? "25.8.1"),
5454

5555
/** @experimental */
5656
overrideServerAddress: z.string().optional(),

0 commit comments

Comments
 (0)