Version 0.13.0 (#3127)

This commit is contained in:
Till 2023-06-30 08:49:37 +02:00 committed by GitHub
parent de1ed9d486
commit 2ee03fd657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 5 deletions

View file

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