Version 0.5.0

This commit is contained in:
Neil Alexander 2021-08-24 15:03:28 +01:00
parent 4b0cc32af2
commit 037ff4fb23
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 17 additions and 1 deletions

View file

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