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 680ea07 commit bfcee66Copy full SHA for bfcee66
staging/src/k8s.io/component-base/version/base.go
@@ -66,5 +66,5 @@ const (
66
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
67
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
68
// Should update for each minor release!
69
- DefaultKubeBinaryVersion = "1.33"
+ DefaultKubeBinaryVersion = "1.34"
70
)
0 commit comments