diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-29 17:35:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-29 17:35:52 +0300 |
| commit | 2d2b4bd234d4b7482e714628760a5855d2d1129f (patch) | |
| tree | fc27827e26ac70a14c738bdebe889804beec8d58 | |
| parent | d639d30447b884262c6709ce5ebd1fefdfc027f2 (diff) | |
chore(release): bump version to 0.18.2
| -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 35761dc..1c88734 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.1" + Version = "0.18.2" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
