diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-31 23:00:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-31 23:00:48 +0300 |
| commit | f9e32a01866831c489a573329b1b6106d5007eaa (patch) | |
| tree | b2e26f7fac1f09d7151e57963830315486b9e2ff | |
| parent | befce3c1cc7d230a8cfa9105c8c276312b74cd29 (diff) | |
chore(version): bump to 0.9.1v0.9.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 19abe3a..3cf9fe9 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.0" + Version = "0.9.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
