summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-12 20:08:40 +0200
committerPaul Buetow <paul@buetow.org>2026-03-12 20:08:40 +0200
commitc0064e540e07225b5ff3a208b3b1c7dbb3f10841 (patch)
tree6546aaa2bc5d03ff794f92ce578221128e8eb905
parent8e20bba7dc5e877cc5328cc57cd4d73d8e638b47 (diff)
chore(release): bump version to 0.15.5v0.15.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 4582164..c4f6082 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.4"
+ Version = "0.15.5"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"