Bump BV to 1.35

This commit is contained in:
Jefftree
2025-06-02 20:32:06 +00:00
parent 8ac9a3c089
commit 993ba324cd

View File

@@ -60,5 +60,5 @@ const (
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
// Should update for each minor release!
DefaultKubeBinaryVersion = "1.34"
DefaultKubeBinaryVersion = "1.35"
)