Skip to content

Commit b4bddf6

Browse files
committed
*: bump to v2.2.2
1 parent af1c711 commit b4bddf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
var (
2828
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
2929
MinClusterVersion = "2.1.0"
30-
Version = "2.2.1+git"
30+
Version = "2.2.2"
3131

3232
// Git SHA Value will be set during build
3333
GitSHA = "Not provided (use ./build instead of go build)"

0 commit comments

Comments
 (0)