Upgrade to Consul 0.7.1.

Fixes gh-60.
This commit is contained in:
Mark Paluch
2016-12-11 22:02:47 +01:00
parent efda667bfd
commit ae5b3d1b80

View File

@@ -6,7 +6,7 @@
###########################################################################
CONSUL_VER="0.6.3"
CONSUL_VER="0.7.1"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
CONSUL_ZIP="consul_${CONSUL_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"