Skip to content

Commit 32c870f

Browse files
committed
chore(rivetkit-typescript): update engine version
1 parent 9472235 commit 32c870f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const RunnerConfigSchema = z
5151
.string()
5252
.optional()
5353
.default(
54-
() => getEnvUniversal("RIVET_RUN_ENGINE_VERSION") ?? "25.8.1",
54+
() => getEnvUniversal("RIVET_RUN_ENGINE_VERSION") ?? "25.8.2",
5555
),
5656

5757
/** @experimental */

0 commit comments

Comments
 (0)