Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jul 16, 2018
1 parent 6687de6 commit 9f2b83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

0 comments on commit 9f2b83c

Please sign in to comment.