update version constants for 21.0.0-snapshot release

This commit is contained in:
Yu Liao 2021-11-29 10:59:46 -08:00
parent 7f6dbd51ac
commit 35a68b2e54
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 09dbbe521e203634154764b903208bb28cd70f9d
Subproject commit a66f8df1dfc0e4f4a17093c7da273b9e485a55a0

View File

@ -15,10 +15,10 @@
import sys
# Kubernetes branch to get the OpenAPI spec from.
KUBERNETES_BRANCH = "release-1.20"
KUBERNETES_BRANCH = "release-1.21"
# client version for packaging and releasing.
CLIENT_VERSION = "20.0.0-snapshot"
CLIENT_VERSION = "21.0.0-snapshot"
# Name of the release package
PACKAGE_NAME = "kubernetes"