From 00c86b85ee766d78b221589e70e1af113a63ab67 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Fri, 7 Dec 2018 18:04:27 -0800 Subject: [PATCH] Update version constant for 8.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 c9b260c8f2..4dba74fa60 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ KUBERNETES_BRANCH = "release-1.12" # client version for packaging and releasing. -CLIENT_VERSION = "8.0.0" +CLIENT_VERSION = "8.0.1" # Name of the release package PACKAGE_NAME = "kubernetes"