Version 0.8.9 (#2549)

* Version 0.8.9

* Update changelog
This commit is contained in:
Neil Alexander 2022-07-01 12:00:32 +01:00 committed by GitHub
parent b50a24c666
commit b5c55faf98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View file

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