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 1a05326 commit 85b640cCopy full SHA for 85b640c
1 file changed
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.4.20"
+ Version = "3.4.21"
30
APIVersion = "unknown"
31
32
// Git SHA Value will be set during build
0 commit comments