diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-27 22:06:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-27 22:06:39 +0300 |
| commit | dfff6b976888b5799f7d24b28796cb1d3b5941e4 (patch) | |
| tree | 58ff4c5e18fa8736c219c61beeb2ab605bcf4276 | |
| parent | d75162294adef39932f19c34bf3072593927fdd6 (diff) | |
chore: bump version to 0.18.1main
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 dd0422c..35761dc 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.18.0" + Version = "0.18.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
