summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-31 20:39:16 +0200
committerPaul Buetow <paul@buetow.org>2025-10-31 20:39:16 +0200
commitc04911dfa213b7d3009436e0365d17ed49001759 (patch)
tree5f1234a48d1646923041cea94bed6e5ae4d1589a /internal/version
parent188cfb52bb682c7382e30ea55230dfb567ae7552 (diff)
feat: improve vibe-coded detection to include 'vibe-coded' variant, bump version to 0.10.1v0.10.1
Amp-Thread-ID: https://ampcode.com/threads/T-efdb3f47-3436-4ab4-9f00-6ad3d8b16af2 Co-authored-by: Amp <amp@ampcode.com>
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 dda0d9a..39a4195 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.10.0"
+Version = "0.10.1"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"