summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-28 09:12:03 +0200
committerPaul Buetow <paul@buetow.org>2026-03-28 09:12:03 +0200
commit1615abaacccdbb5002404a77270fd333ce8ad718 (patch)
treec84cde36805a8717d21504cf954cffc72a2f1181 /internal/version/version.go
parenta694dd751eb16d47b0956facd5594ef575c9dce4 (diff)
feat(showcase): support per-repo stats branchesv0.16.0
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 feb050c..afd3d4e 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.8"
+ Version = "0.16.0"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"