From e5cf30e8df255fe4d4d34db7fc076f26a2b84fee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 19 Aug 2025 10:10:20 +0300 Subject: feat(sync): sync repository descriptions across Codeberg and GitHub\n\nfeat(version): bump to v0.9.0 --- 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 879c139..19abe3a 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.8" + Version = "0.9.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3