summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-27 22:06:39 +0300
committerPaul Buetow <paul@buetow.org>2026-05-27 22:06:39 +0300
commitdfff6b976888b5799f7d24b28796cb1d3b5941e4 (patch)
tree58ff4c5e18fa8736c219c61beeb2ab605bcf4276 /internal
parentd75162294adef39932f19c34bf3072593927fdd6 (diff)
chore: bump version to 0.18.1main
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal')
-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 dd0422c..35761dc 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.0"
+ Version = "0.18.1"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"