summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-20 13:43:35 +0300
committerPaul Buetow <paul@buetow.org>2025-07-20 13:43:35 +0300
commitdadf9ceceb54c2b557a1eb76711e31f8a10f485b (patch)
treeae67ece5f06c0ae28c343e56ed1e1127fa6550ef
parent3be345095feaf8877fb81ac49687c8be47bbca3b (diff)
chore: bump version to 0.8.3v0.8.3
🤖 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 a136261..e7f465b 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.8.2"
+ Version = "0.8.3"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"