chore: bump version to 0.2.4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
mayor
2026-01-10 01:24:36 -08:00
committed by beads/crew/giles
parent 9bb63900d4
commit 819c9dd179
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import (
// Version information - set at build time via ldflags
var (
Version = "0.2.3"
Version = "0.2.4"
// Build can be set via ldflags at compile time
Build = "dev"
// Commit and Branch - the git revision the binary was built from (optional ldflag)

View File

@@ -1,6 +1,6 @@
{
"name": "@gastown/gt",
"version": "0.2.2",
"version": "0.2.4",
"description": "Gas Town CLI - multi-agent workspace manager with native binary support",
"main": "bin/gt.js",
"bin": {