Skip to content

Commit 4e8477b

Browse files
committed
Bump binary version to 1.33
1 parent 438bc5d commit 4e8477b

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.32"
69+
DefaultKubeBinaryVersion = "1.33"
7070
)

0 commit comments

Comments
 (0)