diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-04 16:20:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 16:20:23 +0000 |
commit | 86d4eef9f10abd944bf689298cc6f9e915b940c7 (patch) | |
tree | 6f5c8e3490125211c6b21d7c856f6ca378ba99cd /internal | |
parent | 0297929b76092e7ddbc53709fd9b16f2ae031653 (diff) |
Version 0.6.5 (#2254)v0.6.5
* Version and changelog
* Update changelog
* Update changelog
* Update readme
* Update readme some more
* Fix date in changelog
Diffstat (limited to 'internal')
-rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 2ea1c520..2e8de417 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 6 - VersionPatch = 4 + VersionPatch = 5 VersionTag = "" // example: "rc1" ) |