update version constants for 25.3.0b1 release

This commit is contained in:
Yu Liao 2022-10-20 17:18:48 +00:00
parent 4c6bc7ed2c
commit b8acfab551

View File

@ -18,7 +18,7 @@ import sys
KUBERNETES_BRANCH = "release-1.25"
# client version for packaging and releasing.
CLIENT_VERSION = "25.2.0b1"
CLIENT_VERSION = "25.3.0b1"
# Name of the release package
PACKAGE_NAME = "kubernetes"