summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-13 22:52:50 +0300
committerPaul Buetow <paul@buetow.org>2025-07-13 22:52:50 +0300
commit044a47095716c1953aab2495cc63201aeaba12bf (patch)
tree5918880286b331a4d5373608ef572e8da5a5a357 /internal/version/version.go
parent09a333cdc72186d95c28933d15035f405e0d4ea9 (diff)
chore: bump version to 0.7.1v0.7.1
Bug fixes and improvements: - Fix AI release notes now enabled by default - Add better error handling for Codeberg release creation - Add debugging for token loading in release management - Handle Gitea API "Release is has no Tag" error gracefully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
-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 b56b512..d4e70be 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.7.0"
+ Version = "0.7.1"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"