summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 20:41:57 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 20:41:57 +0200
commitcac633c48dab06556ee8c1098652ffed23b1e96e (patch)
treef1ddc6026d239b39f96fc812ba9c640581cf3327 /internal
parent64a22d411a6096e8e7e14af7151e530f0ee358ae (diff)
chore(release): bump version to 0.13.0v0.13.0
Diffstat (limited to 'internal')
-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 5db7899..50264bf 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.12.1"
+ Version = "0.13.0"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"