Update consul to version 0.9.0

pull/3328/head
Omar Jatoi 2017-07-25 09:52:28 -04:00 committed by Frank Schröder
parent 240c40deb8
commit 2cd7408c06
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fi
echo "Fetching Consul..."
CONSUL=0.8.3
CONSUL=0.9.0
cd /tmp
wget https://releases.hashicorp.com/consul/${CONSUL}/consul_${CONSUL}_linux_amd64.zip -O consul.zip --quiet