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)