Version 0.8.0 (#2330)

* Version 0.8.0

* Update changelog again
This commit is contained in:
Neil Alexander 2022-04-07 16:09:40 +01:00 committed by GitHub
parent 2dc35403d1
commit 87b1ed1338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View file

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