Update version constants for 11.0.0b2 release

This commit is contained in:
Haowei Cai 2019-11-22 11:46:54 -08:00
parent fbbb1dee74
commit a53fbe64a9

View File

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