Version 0.9.0 (#2602)

This commit is contained in:
Neil Alexander 2022-08-01 17:34:29 +01:00 committed by GitHub
parent e94ef84aab
commit 3d51624fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 2 deletions

View file

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