Compare commits

...

1 commit

Author SHA1 Message Date
Neil Alexander
41deb15969
v0.2.0-rc2 2020-10-19 15:19:59 +01:00

View file

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