Update version constants for client release 1.0.0-beta.1

This commit is contained in:
mbohlool 2016-12-15 14:57:51 -08:00
parent 729d543f6d
commit c28830ee1b

View File

@ -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-snapshot"
SPEC_VERSION = "v1.5.1"
# client version for packaging and releasing. It can
# be different than SPEC_VERSION.
CLIENT_VERSION = "1.0.0-snapshot"
CLIENT_VERSION = "1.0.0-beta.1"
# Name of the release package
PACKAGE_NAME = "kubernetes"