diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-08 12:25:07 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-08 12:25:07 +0300 |
| commit | 5c3e0b5cf99d028c4f06be7a825388b296e37a22 (patch) | |
| tree | 6084ed9513a1cc4e6a8ad673f013e85cd40c6728 /internal/version/version.go | |
| parent | f9e32a01866831c489a573329b1b6106d5007eaa (diff) | |
chore(version): bump to 0.9.2v0.9.2
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 3cf9fe9..7872b56 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.9.1" + Version = "0.9.2" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
