Version 0.9.2 (#2638)

This commit is contained in:
Neil Alexander 2022-08-12 15:18:31 +01:00 committed by GitHub
parent e55cd6ea78
commit ef7262a7a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 2 deletions

View file

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