diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-27 21:43:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-27 21:43:08 +0300 |
| commit | a38e9b8e94d0b242cd6091078e9f7dac010dc08f (patch) | |
| tree | 6c2128d2969f09a17076b487c0f20cffa4268a47 | |
| parent | e00a3dbdc0c34d0df09eb71352fb4d9bb9d05b9c (diff) | |
chore: bump version to 0.18.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -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 0ccd812..dd0422c 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.2" + Version = "0.18.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
