From c0de60b14cb34cbe6c5c0372c3f3ea5b2aa4eb9c Mon Sep 17 00:00:00 2001 From: Lalatendu Mohanty Date: Tue, 21 Feb 2017 20:05:33 +0530 Subject: [PATCH] Cut for v1.0.0-rc.2 release Signed-off-by: Lalatendu Mohanty --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51bae53..9adecd4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BUILD_DIR=$(shell pwd)/build BIN_DIR=$(BUILD_DIR)/bin HANDLE_USER_DATA=$(shell base64 -w 0 scripts/handle-user-data) CERT_GEN=$(shell base64 -w 0 scripts/cert-gen.sh) -VERSION=1.0.0-beta.1 +VERSION=1.0.0-rc.2 GITTAG=$(shell git rev-parse --short HEAD) TODAY=$(shell date +"%d%m%Y%H%M%S") MINISHIFT_LATEST_URL=$(shell python tests/utils/minishift_latest_version.py)