From 19de96a503dce1733f513f099ae4c0183761a7ba Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Fri, 15 Nov 2019 11:04:12 -0800 Subject: [PATCH] update version constant for 11.0.0b1 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 60f7f0e93..1e448c9ed 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -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"