update version constants for 26.0.0-snapshot release
This commit is contained in:
parent
2a27133f7e
commit
8b263d1bea
@ -15,10 +15,10 @@
|
||||
import sys
|
||||
|
||||
# Kubernetes branch to get the OpenAPI spec from.
|
||||
KUBERNETES_BRANCH = "release-1.25"
|
||||
KUBERNETES_BRANCH = "release-1.26"
|
||||
|
||||
# client version for packaging and releasing.
|
||||
CLIENT_VERSION = "25.0.0-snapshot"
|
||||
CLIENT_VERSION = "26.0.0-snapshot"
|
||||
|
||||
# Name of the release package
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user