Merge branch 'master' into nats

This commit is contained in:
Neil Alexander 2021-11-17 10:30:32 +00:00
commit 173089de1c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
7 changed files with 43 additions and 7 deletions

View file

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