Version 0.5.0rc1

main
Neil Alexander 2021-08-18 14:29:45 +01:00
parent cf42ae6064
commit cd3823308c
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ var build string
const (
VersionMajor = 0
VersionMinor = 4
VersionPatch = 1
VersionTag = "" // example: "rc1"
VersionMinor = 5
VersionPatch = 0
VersionTag = "rc1" // example: "rc1"
)
func VersionString() string {