update version constant for 11.0.0b1 release

This commit is contained in:
Haowei Cai 2019-11-15 11:04:12 -08:00
parent 02ef5be4ec
commit 19de96a503

View File

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