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 490f445 commit ce89722Copy full SHA for ce89722
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.14.0
+VERSION=1.15.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