summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-11 18:17:54 +0200
committerPaul Buetow <paul@buetow.org>2026-03-11 18:17:54 +0200
commit224d9059e5c51eaab9295ea5266c64c4dd7fa218 (patch)
treed289cad6b1c5ea1b9a07bce00ef442dafb27cf0b /internal/version
parentcac633c48dab06556ee8c1098652ffed23b1e96e (diff)
feat(sync): randomize repository sync orderv0.14.0
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 50264bf..8f38a6f 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.13.0"
+ Version = "0.14.0"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"