diff --git a/deno.json b/deno.json index 53e8014..e7293d5 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@anitrend/stackctl", - "version": "0.1.0", + "version": "0.2.2", "exports": "./src/main.ts", "tasks": { "cache": "deno cache src/main.ts", diff --git a/src/version.ts b/src/version.ts index 6130f38..0f09bcc 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.1.0"; +export const VERSION = "0.2.2";