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 04e6752..8a7c099 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.15.0"
+ Version = "0.15.1"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"