summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-19 21:10:30 +0200
committerPaul Buetow <paul@buetow.org>2026-03-19 21:10:30 +0200
commita694dd751eb16d47b0956facd5594ef575c9dce4 (patch)
tree7be0801d61f1daf17a5e96b6e38c16556f458ce9 /internal/version
parentb1faeca09f1cd98a64e5c7c17db990b19803750a (diff)
chore(release): bump version to 0.15.8v0.15.8
Remove aichat support from release notes and showcase AI tool chains. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version')
-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 5be3a9e..feb050c 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.7"
+ Version = "0.15.8"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"