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
This commit is contained in:
committed by
Steve Yegge
parent
48ce8d8146
commit
c78c02eb05
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
// Version information - set at build time via ldflags
|
||||
var (
|
||||
Version = "0.1.0"
|
||||
Version = "0.1.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)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gastown/gt",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Gas Town CLI - multi-agent workspace manager with native binary support",
|
||||
"main": "bin/gt.js",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user