From c5ecbb89cf4035923fab6c3bd20ebe6cbcd06d49 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 11 Mar 2026 21:11:17 +0200 Subject: fix(showcase): compact rank history display --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 8a7c099..8928856 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.15.1" + Version = "0.15.2" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3