Tag 1.5.2-beta.1

The CoreOS changes need a new nodeup; easiest way is probably to tag a
beta of the next release.
This commit is contained in:
Justin Santa Barbara 2017-02-15 01:47:57 -05:00
parent 1c7818833a
commit c4a705880e
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.1
VERSION=1.5.2-beta.1
else
VERSION := git-${GITSHA}
endif