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 438bc5d commit 4e8477bCopy full SHA for 4e8477b
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.32"
+ DefaultKubeBinaryVersion = "1.33"
70
)
0 commit comments