Version 0.12.0 (#3009)

This commit is contained in:
Till 2023-03-13 20:02:57 +01:00 committed by GitHub
parent 232aef016c
commit 74dc54684b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 7 deletions

View file

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