From f9e32a01866831c489a573329b1b6106d5007eaa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Aug 2025 23:00:48 +0300 Subject: chore(version): bump to 0.9.1 --- 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 19abe3a..3cf9fe9 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.9.0" + Version = "0.9.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3