Version 0.11.0 (#2949)

This commit is contained in:
Till 2023-01-20 16:20:01 +01:00 committed by GitHub
parent 25cb65acdb
commit 430932f0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 8 deletions

View file

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