Version 0.8.3rc1

This commit is contained in:
Neil Alexander 2022-05-06 16:34:52 +01:00
parent 6bc6184d70
commit 633ca06eb9
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
1 changed files with 2 additions and 2 deletions

View File

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