Version 0.6 (#2117)

* Bump version, release notes

* Update changelog

* Update changelog
This commit is contained in:
Neil Alexander 2022-01-28 14:13:36 +00:00 committed by GitHub
parent 8e4002831f
commit bde7c1fd8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 2 deletions

View file

@ -16,8 +16,8 @@ var build string
const (
VersionMajor = 0
VersionMinor = 5
VersionPatch = 1
VersionMinor = 6
VersionPatch = 0
VersionTag = "" // example: "rc1"
)