chore: set version to 0.0.1

Starting fresh to avoid the Beads versioning mistake.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-18 12:47:24 -08:00
parent 5b39fa8bbd
commit 7f29a048a5
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
// Version information - set at build time via ldflags
var (
Version = "0.1.0"
Version = "0.0.1"
BuildTime = "unknown"
GitCommit = "unknown"
)