From 5ce089f1409b1b6226f6c8f4e2a5b4b3511bb10e Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Thu, 31 Aug 2023 20:31:27 +0000 Subject: [PATCH] update version constants for 28.1.0a1 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 6d6b45c93..42734b449 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.28" # client version for packaging and releasing. -CLIENT_VERSION = "28.0.0+snapshot" +CLIENT_VERSION = "28.1.0a1" # Name of the release package PACKAGE_NAME = "kubernetes"