From 1c81d2eac2daa14a4ed35313c6df6c907e1526d9 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 27 May 2021 13:14:16 +0530 Subject: [PATCH] Update constants to reflect 18.0.0-snapshot Signed-off-by: Nabarun Pal --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index 084911e92..6e30bd0c6 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -15,10 +15,10 @@ import sys # Kubernetes branch to get the OpenAPI spec from. -KUBERNETES_BRANCH = "release-1.17" +KUBERNETES_BRANCH = "release-1.18" # client version for packaging and releasing. -CLIENT_VERSION = "17.0.0-snapshot" +CLIENT_VERSION = "18.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"