Version 0.10.2 (#2778)

Changelog and version bump.
This commit is contained in:
Neil Alexander 2022-10-07 15:55:29 +01:00 committed by GitHub
parent 1ca3f3efb5
commit f1b8df0f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 1 deletions

View file

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