Version 0.13.1 (#3136)

This commit is contained in:
Till 2023-07-06 09:28:39 +02:00 committed by GitHub
parent 5a87c703fa
commit 49d75d3cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 107 additions and 464 deletions

View file

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