diff --git a/deno.json b/deno.json index 92743cd..a7353bf 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@anitrend/stackctl", - "version": "0.2.3", + "version": "0.2.4", "exports": "./src/main.ts", "tasks": { "cache": "deno cache src/main.ts", diff --git a/src/version.ts b/src/version.ts index 13eab50..10245d7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -4,4 +4,4 @@ * Single source of truth for the CLI version string. * Updated during release workflow. */ -export const VERSION = "0.2.3"; +export const VERSION = "0.2.4";