Version 0.11.1 (#2966)

This commit is contained in:
Till 2023-02-10 18:36:59 +01:00 committed by GitHub
parent e64ed0934d
commit cc59879faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 40 additions and 21 deletions

View file

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