Update version number

This commit is contained in:
Neil Alexander 2020-10-20 12:34:19 +01:00
parent a3144ae626
commit 4c6951a099
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

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