From 1452656c19e96a7e2ede2a6f68b831d68e011504 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:54:48 +0000 Subject: [PATCH] chore(release): bump version to 0.2.4 --- deno.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";