From 13b4b89858916c43e0965572ef8aedb72663d99a Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Mon, 29 Nov 2021 16:41:56 -0800 Subject: [PATCH] update version constants for 21.7.0a1 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 667a42081..b2fb441e3 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.21" # client version for packaging and releasing. -CLIENT_VERSION = "21.0.0-snapshot" +CLIENT_VERSION = "21.7.0a1" # Name of the release package PACKAGE_NAME = "kubernetes"