Skip to content

Commit bfcee66

Browse files
committed
Bump DefaultKubeBinaryVersion to 1.34
1 parent 680ea07 commit bfcee66

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/component-base/version

1 file changed

+1
-1
lines changed

staging/src/k8s.io/component-base/version/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ const (
6666
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
6767
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
6868
// Should update for each minor release!
69-
DefaultKubeBinaryVersion = "1.33"
69+
DefaultKubeBinaryVersion = "1.34"
7070
)

0 commit comments

Comments
 (0)