From 2944e5b62c570ef72358c17da13bc50aa9ea60ba Mon Sep 17 00:00:00 2001 From: mbohlool Date: Mon, 12 Dec 2016 23:33:57 -0800 Subject: [PATCH] Set versions to snapshot for non-release branches --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index aba4d4c89..ff1261a2b 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -19,11 +19,11 @@ 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-beta.3" +SPEC_VERSION = "v1.5.0-snapshot" # client version for packaging and releasing. It can # be different than SPEC_VERSION. -CLIENT_VERSION = "1.0.0-alpha.2" +CLIENT_VERSION = "1.0.0-snapshot" # Name of the release package PACKAGE_NAME = "kubernetes"