From 490f44510f9b374cdc1b5ddf20af5f21390aab73 Mon Sep 17 00:00:00 2001 From: Minishift Bot <29732253+minishift-bot@users.noreply.github.com> Date: Wed, 16 Jan 2019 09:39:13 +0000 Subject: [PATCH] cut v1.14.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8e5be1..36f47f6 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.13.0 +VERSION=1.14.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)