From 1c563ec07321d97f0af412d8691f5d29e580ef2a Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 10 Jan 2017 13:19:29 -0800 Subject: [PATCH] Update spec version to latest spec in k8s 1.5 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 07eee2817..f1d0bef84 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -19,7 +19,7 @@ KUBERNETES_BRANCH = "release-1.5" # Spec version will be set in downloaded spec and all # generated code will refer to it. -SPEC_VERSION = "v1.5.0-snapshot" +SPEC_VERSION = "v1.5.1-660c2a2" # client version for packaging and releasing. It can # be different than SPEC_VERSION.