From 3167a0110ac9eb0dda27a0590ec2dc6a53436192 Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Sat, 23 Sep 2017 20:38:32 -0700 Subject: [PATCH] update consul version to 0.9.3 --- demo/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index f4921f257..940282bba 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -17,7 +17,7 @@ cd /tmp/ curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip echo "Fetching Consul..." -curl -sSL https://releases.hashicorp.com/consul/0.8.5/consul_0.8.5_linux_amd64.zip > consul.zip +curl -sSL https://releases.hashicorp.com/consul/0.9.3/consul_0.9.3_linux_amd64.zip > consul.zip echo "Installing Nomad..." unzip nomad.zip