From f55d98134672077a423b9a58b17d261f1aa7d69c Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Wed, 3 Apr 2019 12:59:41 -0700 Subject: [PATCH] update version constant for 10.0.0-snapshot --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index d89d3c5a7..31feb020e 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.13" +KUBERNETES_BRANCH = "release-1.14" # client version for packaging and releasing. -CLIENT_VERSION = "9.0.0-snapshot" +CLIENT_VERSION = "10.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"