diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-11 22:27:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-11 22:27:41 +0200 |
| commit | 33c4f73deb57725b173402a5336138c481d083c0 (patch) | |
| tree | dbf2d33a0a49e6d33d58f31b49434ff48a8b4fd2 /internal/version/version.go | |
| parent | c5ecbb89cf4035923fab6c3bd20ebe6cbcd06d49 (diff) | |
fix(showcase): rebalance scoring and compact historyv0.15.3
Diffstat (limited to 'internal/version/version.go')
| -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 8928856..7997fd7 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.2" + Version = "0.15.3" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
