From 481e600cd39182a88d6aade4c3b971d6025b5088 Mon Sep 17 00:00:00 2001 From: Budh Ram Gurung Date: Tue, 25 Apr 2017 15:37:27 +0530 Subject: [PATCH] Cut v1.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Makefile diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index a99e231..7623fa3 --- 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.4 +VERSION=1.0.0 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)