From 6817741aa0cffc5de5ae6729d9589758febace06 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Mon, 25 Oct 2021 14:40:18 -0700 Subject: [PATCH] update version constants for 20.0.0-snapshot release --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index 037748b52..f1a11e964 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.19" +KUBERNETES_BRANCH = "release-1.20" # client version for packaging and releasing. -CLIENT_VERSION = "19.0.0-snapshot" +CLIENT_VERSION = "20.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"