From 6c015d1f9dbaf1af7865aafddd60e63c9b94ea82 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Tue, 29 Oct 2019 09:09:55 -0700 Subject: [PATCH] update version constants for master branch --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index 31feb020e..60f7f0e93 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.14" +KUBERNETES_BRANCH = "release-1.15" # client version for packaging and releasing. -CLIENT_VERSION = "10.0.0-snapshot" +CLIENT_VERSION = "11.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"