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
const Maj = "0"
const Min = "21"
const Fix = "1"
const Min = "22"
const Fix = "0"
const Version = "0.21.1"
const Version = "0.22.0"
// GitCommit set by build flags
var GitCommit = ""