From 864d087d279eb7073811cb76fc2b2b2f571f8394 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 13 Jul 2025 21:27:38 +0300 Subject: chore: bump version to 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3