From c4a705880e1c064eff068ee35398c55b84fbc8c4 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Wed, 15 Feb 2017 01:47:57 -0500 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fcdac37da..1ac1b8f874 100644 --- a/Makefile +++ b/Makefile @@ -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