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 dbac8c8 commit 30801deCopy full SHA for 30801de
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.0.0"
28
- Version = "2.1.2+git"
+ Version = "2.1.3"
29
30
// Git SHA Value will be set during build
31
GitSHA = "Not provided (use ./build instead of go build)"
0 commit comments