From cac633c48dab06556ee8c1098652ffed23b1e96e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Feb 2026 20:41:57 +0200 Subject: chore(release): bump version to 0.13.0 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/version/version.go b/internal/version/version.go index 5db7899..50264bf 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.12.1" + Version = "0.13.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3