From 0575c4656de95ad6e86e92102f8586dd51dbfed7 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 29 Jul 2019 15:21:52 -0700 Subject: [PATCH] update version constants for 10.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 b90626773..cde05f49f 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.14" # client version for packaging and releasing. -CLIENT_VERSION = "10.0.0" +CLIENT_VERSION = "10.0.1" # Name of the release package PACKAGE_NAME = "kubernetes"