Version 0.10.4 (#2822)

Changelog and version bump.
This commit is contained in:
Neil Alexander 2022-10-21 15:00:51 +01:00 committed by GitHub
parent 3cf42a1d64
commit 411db6083b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View file

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