Version 0.6.4 (#2212)

* Version 0.6.4

* Tweaks

* Update changelog

* Update changelog one last time
This commit is contained in:
Neil Alexander 2022-02-22 16:55:08 +00:00 committed by GitHub
parent 41dc651b25
commit 2b0a5adfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 1 deletions

View file

@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 6
VersionPatch = 3
VersionPatch = 4
VersionTag = "" // example: "rc1"
)