diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-07 10:19:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-07 10:19:06 +0300 |
| commit | 109796b9e10fbb483029c23f31d2a45e71fbd9a7 (patch) | |
| tree | 3bef4369bcd3f46a0fd88dedaf94f36d52e96cc5 /internal/version | |
| parent | 2d2b4bd234d4b7482e714628760a5855d2d1129f (diff) | |
chore(version): bump version to 0.18.3v0.18.3
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 1c88734..3983eef 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.2" + Version = "0.18.3" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
