Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sandbox-sidecar/src/templateRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading