version bump

This commit is contained in:
Ethan Buchman 2018-07-16 20:01:54 +01:00
parent 6687de650e
commit 9f2b83cbe9
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 = ""