summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-15 08:06:39 +0300
committerPaul Buetow <paul@buetow.org>2025-07-15 08:06:39 +0300
commite23fc252fbac2aba69f1f1268af9425af4d43d19 (patch)
treeab430228b3ecb0d5a1d292b124c7f10cd6a91892 /internal/version/version.go
parent47456d20d8b55a7f67668f7f1faae6fef16062dd (diff)
add vibe coding info
Diffstat (limited to 'internal/version/version.go')
-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 622c509..b45fdc1 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.7.2"
+ Version = "0.8.0"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"