From a8db7af2a094a16393f0060e628310d4161b154f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Aug 2025 09:18:18 +0300 Subject: feat(release): hexai-first AI release notes; chore(version): bump to 0.8.8 - Prefer hexai stdin pipeline for release notes generation - Fallback to Claude then aichat - Update CLI help and README - Adjust integration tests for current CLI --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 93b9ce8..879c139 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.8.7" + Version = "0.8.8" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3