diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-25 00:21:02 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-25 00:25:06 +0300 |
| commit | 9ae7b53429d0e0d4752e16d4e3d248005b017a17 (patch) | |
| tree | ff0ee99479e1491b91597a99547f47b17da3a14e /internal/version | |
| parent | 3eb2466d035532adec865f68e590688f691778ac (diff) | |
chore(release): bump version to 0.8.5
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 0c147af..5d827ac 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.8.4" + Version = "0.8.5" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
