Update version constants for master branch Kubernetes 1.11 snapshot

This commit is contained in:
Haowei Cai 2018-07-10 18:19:49 -07:00
parent 54eb120a71
commit fb548ed7f9

View File

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