We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9472235 commit 32c870fCopy full SHA for 32c870f
rivetkit-typescript/packages/rivetkit/src/registry/run-config.ts
@@ -51,7 +51,7 @@ export const RunnerConfigSchema = z
51
.string()
52
.optional()
53
.default(
54
- () => getEnvUniversal("RIVET_RUN_ENGINE_VERSION") ?? "25.8.1",
+ () => getEnvUniversal("RIVET_RUN_ENGINE_VERSION") ?? "25.8.2",
55
),
56
57
/** @experimental */
0 commit comments