Merge branch 'master' into add-nats-support

This commit is contained in:
Neil Alexander 2021-07-26 12:56:49 +01:00 committed by GitHub
commit 4704957dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 5 deletions

View file

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