From 84b1198d780b1b539802f8f8bfa092888aa7c03c Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Fri, 7 Dec 2018 16:37:26 -0800 Subject: [PATCH] Update version constants for k8s 1.13 release snapshot --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index 451952124..d89d3c5a7 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -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"