Version 0.10.0 (#2753)

Changelog and version bump.
This commit is contained in:
Neil Alexander 2022-09-30 13:31:05 +01:00 committed by GitHub
parent 6348486a13
commit 0e2fb63b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 2 deletions

View file

@ -16,8 +16,8 @@ var build string
const (
VersionMajor = 0
VersionMinor = 9
VersionPatch = 9
VersionMinor = 10
VersionPatch = 0
VersionTag = "" // example: "rc1"
)