Merge pull request #1694 from cosmos/release/v0.22.0

version bump
This commit is contained in:
Ethan Buchman 2018-07-16 20:14:57 +01:00 committed by GitHub
commit e7d09ff3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
package version package version
const Maj = "0" const Maj = "0"
const Min = "21" const Min = "22"
const Fix = "1" const Fix = "0"
const Version = "0.21.1" const Version = "0.22.0"
// GitCommit set by build flags // GitCommit set by build flags
var GitCommit = "" var GitCommit = ""