diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-11 18:53:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-11 18:53:07 +0200 |
| commit | cbc041d05a744d902f71d2fc126b7292620e46b2 (patch) | |
| tree | 3a692ced0bedbe840e19c8bfafedc931d110391f | |
| parent | ad84bcb992ba0552d582f8a6d53ac330f799a955 (diff) | |
chore(release): bump version to 0.15.0v0.15.0
| -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 8f38a6f..04e6752 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.14.0" + Version = "0.15.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
