From 9603960eeea6b06c5184850c2c2af7d257c77fdd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 09:39:09 +0300 Subject: feat(release): add repo/tag skip_releases and logs; bump version to 0.8.7 --- 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 efce7d6..93b9ce8 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.6" + Version = "0.8.7" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3