From 49df23708338ab319bcb5df096e33c6d6c72bed5 Mon Sep 17 00:00:00 2001 From: yliao Date: Fri, 14 Feb 2025 21:41:09 +0000 Subject: [PATCH] update version constants for 32.0.1 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index e9a768c36..0b00b2841 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ import sys KUBERNETES_BRANCH = "release-1.32" # client version for packaging and releasing. -CLIENT_VERSION = "32.0.0" +CLIENT_VERSION = "32.0.1" # Name of the release package PACKAGE_NAME = "kubernetes"