diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-11 18:17:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-11 18:17:54 +0200 |
| commit | 224d9059e5c51eaab9295ea5266c64c4dd7fa218 (patch) | |
| tree | d289cad6b1c5ea1b9a07bce00ef442dafb27cf0b /internal/version | |
| parent | cac633c48dab06556ee8c1098652ffed23b1e96e (diff) | |
feat(sync): randomize repository sync orderv0.14.0
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 2 |
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" |
