Version 0.3.2

This commit is contained in:
Neil Alexander 2020-12-02 17:46:28 +00:00
parent b5aa7ca3ab
commit 1f3a498601
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 13 additions and 1 deletions

View file

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