Updating bazel kops versions so that it matches the Makefile

This commit is contained in:
chrislovecnm 2018-03-05 11:00:10 -07:00
parent 75cef70d58
commit 0ece706486
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ GITSHA=$(git describe --always)
# These variables need to match the values in our Makefile
# When we cut a new release we need to increment these accordingly
KOPS_RELEASE_VERSION=1.8.1
KOPS_CI_VERSION=1.8.2-alpha.1
KOPS_RELEASE_VERSION=1.9.0-alpha.1
KOPS_CI_VERSION=1.9.0-alpha.2
if [[ -z "${VERSION}" ]]; then
if [[ -z "${CI}" ]]; then