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 0149709 commit a4a52cbCopy full SHA for a4a52cb
version/version.go
@@ -29,7 +29,7 @@ import (
29
var (
30
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
31
MinClusterVersion = "2.3.0"
32
- Version = "3.0.0+git"
+ Version = "3.0.1"
33
34
// Git SHA Value will be set during build
35
GitSHA = "Not provided (use ./build instead of go build)"
0 commit comments