summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-13 21:27:38 +0300
committerPaul Buetow <paul@buetow.org>2025-07-13 21:27:38 +0300
commit864d087d279eb7073811cb76fc2b2b2f571f8394 (patch)
tree08791857fafae26fd8010638465c97a4ef11bfcd
parent735cbc11e1a3e103a69c03390b5f40ecc810dc9c (diff)
chore: bump version to 0.7.0v0.7.0
Major release with new command-based CLI structure: - Replaced flat flags with organized cobra commands - Added comprehensive help system with examples - Improved release management with AI notes support - Updated default config path to XDG standard - Better error handling and user experience 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 9074d60..b56b512 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -7,7 +7,7 @@ import (
var (
// Version is the current version of gitsyncer
- Version = "0.6.2"
+ Version = "0.7.0"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"