From dadf9ceceb54c2b557a1eb76711e31f8a10f485b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 20 Jul 2025 13:43:35 +0300 Subject: chore: bump version to 0.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/version/version.go b/internal/version/version.go index a136261..e7f465b 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.2" + Version = "0.8.3" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3