Skip to content

Commit 9f2b83c

Browse files
committed
version bump
1 parent 6687de6 commit 9f2b83c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
package version
33

44
const Maj = "0"
5-
const Min = "21"
6-
const Fix = "1"
5+
const Min = "22"
6+
const Fix = "0"
77

8-
const Version = "0.21.1"
8+
const Version = "0.22.0"
99

1010
// GitCommit set by build flags
1111
var GitCommit = ""

0 commit comments

Comments
 (0)