From c7fc4b9016c78a78636017745bdc46b258db1f32 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 2 May 2022 11:58:14 -0700 Subject: [PATCH] update version constants for 23.0.1-snapshot release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index efa431e75..fc93812d4 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.0.0-snapshot" +CLIENT_VERSION = "23.0.1-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"