diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-11 22:40:31 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-11 22:40:31 +0200 |
| commit | ccaff1ddf6e883bb1ad8753feede413326e488b0 (patch) | |
| tree | 98cd22f5d3f49b2cb63e8189959b946c64123ba3 /internal/version/version.go | |
| parent | 33c4f73deb57725b173402a5336138c481d083c0 (diff) | |
fix(showcase): penalize unreleased repositoriesv0.15.4
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 7997fd7..4582164 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.3" + Version = "0.15.4" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
