summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-13 13:40:59 +0300
committerPaul Buetow <paul@buetow.org>2025-07-13 13:40:59 +0300
commit79225d4df3a181f08a2160ff8ec361001b9dea18 (patch)
tree9d4796f7d4a2638d96342f7d2550f9502fc756ff /internal/version
parent64ccb736a2ca134157af450dc5a300ab87db358d (diff)
fix: improve claude CLI error handling workflowv0.6.2
- Remove debug script generation for cleaner error handling - Continue processing next releases when claude CLI fails - Simplify error detection for "Execution error" responses - Cache is automatically cleared on failures - Bump version to 0.6.2 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/version')
-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 636bf04..9074d60 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.1"
+ Version = "0.6.2"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"