Bump to 1.5.0-beta1

This commit is contained in:
Justin Santa Barbara 2017-01-25 23:45:13 -05:00
parent 91e9bfa4f3
commit b419f2013d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ ifndef VERSION
# We expect that if you are uploading nodeup/protokube, you will set
# VERSION (along with S3_BUCKET), either directly or by setting CI=1
ifndef CI
VERSION=1.5.0-alpha4
VERSION=1.5.0-beta1
else
VERSION := git-${GITSHA}
endif