v0.1.0rc2

This commit is contained in:
Neil Alexander 2020-10-05 17:56:45 +01:00
parent 3fa76370f2
commit e7d9eea4a0
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
1 changed files with 1 additions and 1 deletions

View File

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