Skip to content

Commit c78c02e

Browse files
committed
chore: Bump version to 0.1.1
Updated all component versions: - gt CLI: 0.1.0 → 0.1.1 - npm package: 0.1.0 → 0.1.1 Generated by scripts/bump-version.sh
1 parent 48ce8d8 commit c78c02e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/cmd/version.go

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

1212
// Version information - set at build time via ldflags
1313
var (
14-
Version = "0.1.0"
14+
Version = "0.1.1"
1515
// Build can be set via ldflags at compile time
1616
Build = "dev"
1717
// 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.1.0",
3+
"version": "0.1.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)