From a60939cb5a37168564a0729670ab4e332521012b Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Fri, 6 May 2022 14:58:24 -0700 Subject: [PATCH] update version constants for 23.6.0 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 3ca925cc1..5dc49fab9 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.23" # client version for packaging and releasing. -CLIENT_VERSION = "23.3.0" +CLIENT_VERSION = "23.6.0" # Name of the release package PACKAGE_NAME = "kubernetes"