From 6fabd58bc517482bd3ac9bc6f8a472d1290117ff Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Sat, 10 Jun 2017 18:34:55 +0200 Subject: [PATCH] Upgrade to Consul 0.8.4. See gh-119. --- src/test/bash/install_consul.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/bash/install_consul.sh b/src/test/bash/install_consul.sh index a09aedad..ccdd0cc5 100755 --- a/src/test/bash/install_consul.sh +++ b/src/test/bash/install_consul.sh @@ -6,7 +6,7 @@ ########################################################################### -CONSUL_VER="0.7.1" +CONSUL_VER="0.8.4" UNAME=$(uname -s | tr '[:upper:]' '[:lower:]') CONSUL_ZIP="consul_${CONSUL_VER}_${UNAME}_amd64.zip" IGNORE_CERTS="${IGNORE_CERTS:-no}" @@ -43,4 +43,4 @@ unzip ../download/${CONSUL_ZIP} chmod a+x consul # check -./consul --version \ No newline at end of file +./consul --version