From ef87b7f20ce843dc6e196060f580517685b99aff Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 4 Apr 2017 11:52:57 +0530 Subject: [PATCH] Cut v1.0.0-rc.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 021e5f6..a99e231 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-rc.3 +VERSION=1.0.0-rc.4 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)