We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1c711 commit b4bddf6Copy full SHA for b4bddf6
version/version.go
@@ -27,7 +27,7 @@ import (
27
var (
28
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
29
MinClusterVersion = "2.1.0"
30
- Version = "2.2.1+git"
+ Version = "2.2.2"
31
32
// Git SHA Value will be set during build
33
GitSHA = "Not provided (use ./build instead of go build)"
0 commit comments