diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-27 21:42:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-27 21:42:58 +0300 |
| commit | e00a3dbdc0c34d0df09eb71352fb4d9bb9d05b9c (patch) | |
| tree | 444fd5fbdf537ef5dc6fca8a113f17660e9a9c43 /internal/version | |
| parent | 573dce2ed0a85165970060b034c9bc3ec2317ba9 (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.go | 2 |
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" |
