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 3cc4957 commit 201bb4bCopy full SHA for 201bb4b
version/version.go
@@ -25,7 +25,7 @@ import (
25
var (
26
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
27
MinClusterVersion = "2.1.0"
28
- Version = "2.2.0-alpha.0+git"
+ Version = "2.2.0-alpha.1"
29
30
// Git SHA Value will be set during build
31
GitSHA = "Not provided (use ./build instead of go build)"
0 commit comments