summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
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 5d827ac..efce7d6 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.5"
+ Version = "0.8.6"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"