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 cd98a7a commit 85cf32fCopy full SHA for 85cf32f
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.10.0
+VERSION=1.11.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