summaryrefslogtreecommitdiff
path: root/internal/version
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:25:06 +0300
commit9ae7b53429d0e0d4752e16d4e3d248005b017a17 (patch)
treeff0ee99479e1491b91597a99547f47b17da3a14e /internal/version
parent3eb2466d035532adec865f68e590688f691778ac (diff)
chore(release): bump version to 0.8.5
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 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"