chore: Bump version to 0.2.1
Some checks failed
Release / goreleaser (push) Failing after 4m18s
Release / publish-npm (push) Has been skipped
Release / update-homebrew (push) Has been skipped

This commit is contained in:
max
2026-01-05 00:51:00 -08:00
committed by Steve Yegge
parent 25a49f80c3
commit 7ae08ed219
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import (
// Version information - set at build time via ldflags
var (
Version = "0.2.0"
Version = "0.2.1"
// 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.1.1",
"version": "0.2.1",
"description": "Gas Town CLI - multi-agent workspace manager with native binary support",
"main": "bin/gt.js",
"bin": {