File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rivetkit-typescript/packages/rivetkit/src/registry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { EngingConfigSchema as EngineConfigSchema } from "@/drivers/engine/confi
66import { InspectorConfigSchema } from "@/inspector/config" ;
77import type { ManagerDriverBuilder } from "@/manager/driver" ;
88import type { GetUpgradeWebSocket } from "@/utils" ;
9- import { getEnvUniversal } from "@/utils" ;
9+ import { getEnvUniversal , VERSION } from "@/utils" ;
1010
1111export const DriverConfigSchema = z . object ( {
1212 /** Machine-readable name to identify this driver by. */
@@ -45,7 +45,7 @@ export const RunnerConfigSchema = z
4545 . string ( )
4646 . optional ( )
4747 . default (
48- ( ) => getEnvUniversal ( "RIVET_RUN_ENGINE_VERSION" ) ?? "25.8.2" ,
48+ ( ) => getEnvUniversal ( "RIVET_RUN_ENGINE_VERSION" ) ?? VERSION ,
4949 ) ,
5050
5151 /** @experimental */
You can’t perform that action at this time.
0 commit comments