Version 0.6.1 (#2145)

This commit is contained in:
Neil Alexander 2022-02-04 14:44:45 +00:00 committed by GitHub
parent 9de7efa0b0
commit 585ced89bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View file

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