diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 13:55:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 13:55:49 +0200 |
| commit | 98001853687e85d8ec22ccfbed72804c3ec4ccd7 (patch) | |
| tree | a22371d531500ce5e0d291d667fc3ec1566856d0 | |
| parent | 260ea4a8583f82cc64f20a6470af5a1eac88e783 (diff) | |
chore(version): bump to 0.12.1v0.12.1
| -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 31c3a5f..5db7899 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.0" + Version = "0.12.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
