Merge branch 'master' into add-nats-support

This commit is contained in:
Neil Alexander 2021-11-16 12:35:50 +00:00
commit aac7e4187e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
12 changed files with 115 additions and 24 deletions

View file

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