Version 0.9.6 (#2689)

Changelog and version bump.
This commit is contained in:
Neil Alexander 2022-09-01 14:49:42 +01:00 committed by GitHub
parent 51d229b025
commit 304acd7adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View file

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