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"