Version 0.4.0

This commit is contained in:
Neil Alexander 2021-07-12 11:48:29 +01:00
parent 0530302cd6
commit 89a16bdcd9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 43 additions and 2 deletions

View file

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