summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-07 10:19:06 +0300
committerPaul Buetow <paul@buetow.org>2026-06-07 10:19:06 +0300
commit109796b9e10fbb483029c23f31d2a45e71fbd9a7 (patch)
tree3bef4369bcd3f46a0fd88dedaf94f36d52e96cc5 /internal/version/version.go
parent2d2b4bd234d4b7482e714628760a5855d2d1129f (diff)
chore(version): bump version to 0.18.3v0.18.3
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 1c88734..3983eef 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.2"
+ Version = "0.18.3"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"