Version 0.3.3

This commit is contained in:
Neil Alexander 2020-12-09 14:13:02 +00:00
parent d9b3035342
commit 851c02659a
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 26 additions and 11 deletions

View file

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