Version 0.9.1 (#2616)

* Version 0.9.1

* Update CHANGES.md
This commit is contained in:
Neil Alexander 2022-08-03 17:42:13 +01:00 committed by GitHub
parent 3bf5ae5ffe
commit a2bed259dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View file

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