Version 0.3.0

This commit is contained in:
Neil Alexander 2020-11-16 11:13:05 +00:00
parent 3034d8e805
commit 3856e547de
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 19 additions and 3 deletions

View file

@ -16,8 +16,8 @@ var build string
const (
VersionMajor = 0
VersionMinor = 2
VersionPatch = 1
VersionMinor = 3
VersionPatch = 0
VersionTag = "" // example: "rc1"
)