update version constants for 21.0.0-snapshot release
This commit is contained in:
parent
7f6dbd51ac
commit
35a68b2e54
@ -1 +1 @@
|
||||
Subproject commit 09dbbe521e203634154764b903208bb28cd70f9d
|
||||
Subproject commit a66f8df1dfc0e4f4a17093c7da273b9e485a55a0
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user