We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78141fa commit 43b7507Copy full SHA for 43b7507
version/version.go
@@ -26,7 +26,7 @@ import (
26
var (
27
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
28
MinClusterVersion = "3.0.0"
29
- Version = "3.1.6+git"
+ Version = "3.1.7"
30
APIVersion = "unknown"
31
32
// Git SHA Value will be set during build
0 commit comments