From 8250587a664cc4ce62f797b64f8cd8d90c39ebbf Mon Sep 17 00:00:00 2001 From: Brian Reardon Date: Thu, 20 Nov 2025 09:49:41 -0800 Subject: [PATCH] change e2b template version --- sandbox-sidecar/src/templateRegistry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox-sidecar/src/templateRegistry.ts b/sandbox-sidecar/src/templateRegistry.ts index 9c23c63a8..ae0760aea 100644 --- a/sandbox-sidecar/src/templateRegistry.ts +++ b/sandbox-sidecar/src/templateRegistry.ts @@ -8,7 +8,7 @@ export interface TemplateInfo { } // Template version - bump this when the build recipe changes -const TEMPLATE_VERSION = "0.1.1"; +const TEMPLATE_VERSION = "0.1.2"; // Generate alias matching the build system function aliasFor(engine: string, version: string, tplVersion: string): string {