From 109796b9e10fbb483029c23f31d2a45e71fbd9a7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Jun 2026 10:19:06 +0300 Subject: chore(version): bump version to 0.18.3 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3