chore: bump version to v0.2.2
Some checks failed
Release / goreleaser (push) Failing after 4m11s
Release / publish-npm (push) Has been skipped
Release / update-homebrew (push) Has been skipped

Rig operational state management, unified agent startup, and extensive
stability fixes. See CHANGELOG.md for full release notes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
mayor
2026-01-07 01:35:00 -08:00
committed by beads/crew/dave
parent 06d40925d1
commit a07fa8bf7f
3 changed files with 132 additions and 2 deletions

View File

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