Update version constants for k8s 1.13 release snapshot

This commit is contained in:
Haowei Cai 2018-12-07 16:37:26 -08:00
parent 524b0f7b11
commit 84b1198d78

View File

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