Skip to content

Commit 4c406b1

Browse files
steveyeggeclaude
andcommitted
chore: bump version to 0.12.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 092f2c8 commit 4c406b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// Version information - set at build time via ldflags
1616
var (
17-
Version = "0.12.0"
17+
Version = "0.12.1"
1818
// Build can be set via ldflags at compile time
1919
Build = "dev"
2020
// Commit and Branch - the git revision the binary was built from (optional ldflag)

npm-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gastown/gt",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Gas Town CLI - multi-agent workspace manager with native binary support",
55
"main": "bin/gt.js",
66
"bin": {

0 commit comments

Comments
 (0)