Version 0.2.1 (#1558)

* Version 0.2.1

* Credit where credit due

* Update CHANGES.md

* Include PRs
This commit is contained in:
Neil Alexander 2020-10-22 12:38:12 +01:00 committed by GitHub
parent b66b2eab32
commit 59428cdde3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

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