Update version constants for 8.0.0-snapshot on master

against kubernetes 1.12.0 release
This commit is contained in:
Haowei Cai 2018-09-28 14:10:04 -07:00
parent 3a6fe8231c
commit d9533dcb23

View File

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