Version 0.10.5 (#2845)

Changelog and version bump.
This commit is contained in:
Neil Alexander 2022-10-31 16:44:41 +00:00 committed by GitHub
parent 4c38bd76ce
commit 8c7b274e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View file

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