Version 0.3.6

This commit is contained in:
Neil Alexander 2021-01-18 13:37:49 +00:00
parent 244ff0dccb
commit 67c89b3c5e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 27 additions and 7 deletions

View file

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