From 3edb2f6aab2dd9fa119907964c18f8e8c809994a Mon Sep 17 00:00:00 2001 From: Minishift Bot <29732253+minishift-bot@users.noreply.github.com> Date: Mon, 26 Mar 2018 10:05:24 +0100 Subject: [PATCH] cut v1.8.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dc032b..956c69d 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.7.0 +VERSION=1.8.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)