summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-25 00:21:02 +0300
committerPaul Buetow <paul@buetow.org>2025-07-25 00:21:02 +0300
commit50d51cd51975360f7a81b6f1251de184dcc27edd (patch)
tree6d56b2967fa967c761053fe00bd2a801bf61e860
parent3eb2466d035532adec865f68e590688f691778ac (diff)
chore(release): bump version to 0.8.5v0.8.5
-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 0c147af..5d827ac 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.4"
+ Version = "0.8.5"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"