Update install.sh for Consul 0.8.3

This commit is contained in:
Josh Kodroff 2017-05-12 12:52:59 -04:00 committed by GitHub
parent 8088555d69
commit 9bec037621
1 changed files with 1 additions and 1 deletions

View File

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