diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-11 19:40:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-11 19:40:27 +0200 |
| commit | 414d18f158df079d6526d88ae7c689c8212d4d65 (patch) | |
| tree | 6be824c73cfb89dc98f3272edcb32550b7642c07 /internal/version | |
| parent | cbc041d05a744d902f71d2fc126b7292620e46b2 (diff) | |
fix(showcase): sanitize malformed showcase summariesv0.15.1
Diffstat (limited to 'internal/version')
| -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 04e6752..8a7c099 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.0" + Version = "0.15.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
