Version 0.8.3 (#2431)

* Version 0.8.3

* Update changelog
This commit is contained in:
Neil Alexander 2022-05-09 17:31:14 +01:00 committed by GitHub
parent 236b16aa6c
commit 6b3c183396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 1 deletions

View file

@ -18,7 +18,7 @@ const (
VersionMajor = 0
VersionMinor = 8
VersionPatch = 3
VersionTag = "rc1" // example: "rc1"
VersionTag = "" // example: "rc1"
)
func VersionString() string {