Version 0.9.9 (#2732)

Changelog and version bump.
This commit is contained in:
Neil Alexander 2022-09-22 14:54:25 +01:00 committed by GitHub
parent 0ddfb0cad4
commit f40e280327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View file

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