From ba9c60f36075f6f25c6000607781c3b6e13d9c88 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Wed, 27 Oct 2021 09:32:15 -0700 Subject: [PATCH] update version constants for 20.11.0a1 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index f1a11e964..f4526a45d 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.20" # client version for packaging and releasing. -CLIENT_VERSION = "20.0.0-snapshot" +CLIENT_VERSION = "20.11.0a1" # Name of the release package PACKAGE_NAME = "kubernetes"