From 8eaf61397c1610a75f1c8c345ce49cd51c83ec4e Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 10 Nov 2016 16:30:30 -0800 Subject: [PATCH] update vagrant demo to 0.7.1 (#2503) --- demo/vagrant-cluster/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant-cluster/Vagrantfile b/demo/vagrant-cluster/Vagrantfile index 475269918e..f55966f548 100644 --- a/demo/vagrant-cluster/Vagrantfile +++ b/demo/vagrant-cluster/Vagrantfile @@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl echo Fetching Consul... cd /tmp/ -curl https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip -o consul.zip +curl https://releases.hashicorp.com/consul/0.7.1/consul_0.7.1_linux_amd64.zip -o consul.zip echo Installing Consul... unzip consul.zip