summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-19 10:10:20 +0300
committerPaul Buetow <paul@buetow.org>2025-08-19 10:10:20 +0300
commite5cf30e8df255fe4d4d34db7fc076f26a2b84fee (patch)
tree64b625140b2db4a53f6de5cabe692f2d65272d58 /internal/version
parenta8db7af2a094a16393f0060e628310d4161b154f (diff)
feat(sync): sync repository descriptions across Codeberg and GitHub\n\nfeat(version): bump to v0.9.0v0.9.0
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 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"