Version 0.9.7 (#2707)

Changelog and version bump.
This commit is contained in:
Neil Alexander 2022-09-09 15:01:13 +01:00 committed by GitHub
parent 955e69a3b7
commit e8687f6f82
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 = 6
VersionPatch = 7
VersionTag = "" // example: "rc1"
)