diff --git a/Makefile b/Makefile index e28e7cb..e65f0d9 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ YUM_WRAPPER=$(shell base64 -w 0 scripts/yum-wrapper) CERT_GEN=$(shell base64 -w 0 scripts/cert-gen) SET_IPADDRESS=$(shell base64 -w 0 scripts/set-ipaddress) SET_IPADDRESS_SERVICE=$(shell base64 -w 0 scripts/set-ipaddress.service) -VERSION=1.11.0 +VERSION=1.12.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)