Version 0.1.0rc3

This commit is contained in:
Neil Alexander 2020-10-07 18:41:04 +01:00
parent 15bf385141
commit c8fc68555c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

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