Version 0.7.0 (#2304)

This commit is contained in:
Neil Alexander 2022-03-25 14:53:06 +00:00 committed by GitHub
parent 1554d51b37
commit 08d995d809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 2 deletions

View file

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