summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-27 21:42:58 +0300
committerPaul Buetow <paul@buetow.org>2026-05-27 21:42:58 +0300
commite00a3dbdc0c34d0df09eb71352fb4d9bb9d05b9c (patch)
tree444fd5fbdf537ef5dc6fca8a113f17660e9a9c43 /internal/version
parent573dce2ed0a85165970060b034c9bc3ec2317ba9 (diff)
chore: bump version to 0.17.2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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 2516192..0ccd812 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.17.1"
+ Version = "0.17.2"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"