From 41c4adde02124bcc40e2e15abae6e68d7e784f0d Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Mon, 14 Feb 2022 14:11:32 -0800 Subject: [PATCH] update version constants for 23.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 992555e47..efa431e75 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.22" +KUBERNETES_BRANCH = "release-1.23" # client version for packaging and releasing. -CLIENT_VERSION = "22.0.0-snapshot" +CLIENT_VERSION = "23.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"