From b419f2013df4986f80c36f663a04fc58c1dd7f84 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Wed, 25 Jan 2017 23:45:13 -0500 Subject: [PATCH] Bump to 1.5.0-beta1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a220b8d00e..b8702eb2ba 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.0-alpha4 + VERSION=1.5.0-beta1 else VERSION := git-${GITSHA} endif