From bb0eba05506c759ffdcce27bc308db34418beb93 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Thu, 27 Dec 2018 17:05:04 -0800 Subject: [PATCH] Update version constant for 7.0.1 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 8b183ecbb..564d25a76 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.11" # client version for packaging and releasing. -CLIENT_VERSION = "7.0.0" +CLIENT_VERSION = "7.0.1" # Name of the release package PACKAGE_NAME = "kubernetes"