We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50124a9 commit 490f445Copy full SHA for 490f445
Makefile
@@ -6,7 +6,7 @@ YUM_WRAPPER=$(shell base64 -w 0 scripts/yum-wrapper)
6
CERT_GEN=$(shell base64 -w 0 scripts/cert-gen)
7
SET_IPADDRESS=$(shell base64 -w 0 scripts/set-ipaddress)
8
SET_IPADDRESS_SERVICE=$(shell base64 -w 0 scripts/set-ipaddress.service)
9
-VERSION=1.13.0
+VERSION=1.14.0
10
GITTAG=$(shell git rev-parse --short HEAD)
11
TODAY=$(shell date +"%d%m%Y%H%M%S")
12
MINISHIFT_LATEST_URL=$(shell python tests/utils/minishift_latest_version.py)
0 commit comments