Update installed consul version to 0.8.0

This commit is contained in:
Kyle Havlovitz 2017-04-06 11:37:03 -07:00 committed by GitHub
parent 5fa71eda84
commit fbbdaf6949
1 changed files with 1 additions and 1 deletions

View File

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