From d08c1b07f9aadf12bb36ace30964887f0e2e3bed Mon Sep 17 00:00:00 2001 From: Lalatendu Mohanty Date: Mon, 13 Mar 2017 16:41:06 +0530 Subject: [PATCH] Cut for v1.0.0-rc.3 release Signed-off-by: Lalatendu Mohanty --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9877944..021e5f6 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.2 +VERSION=1.0.0-rc.3 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)