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 {