summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-07 10:42:05 +0300
committerPaul Buetow <paul@buetow.org>2026-06-07 10:42:05 +0300
commit1ea893298cec7b4c9e160560a19e96704bb6b586 (patch)
treeedb8b8523db6f65117d95b2302ed40904ec70a0d /internal/version/version.go
parent109796b9e10fbb483029c23f31d2a45e71fbd9a7 (diff)
feat(showcase): add human-readable cgit access hint with obfuscated URLv0.18.4
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 3983eef..9ecdead 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.18.3"
+ Version = "0.18.4"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"