From 17fa55c4cfdacbcaf9459a7210d58aa4b47ed541 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 16 Mar 2016 10:45:47 -0700 Subject: [PATCH] up vagrant version --- demo/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 13d40bfd3..9ef56a7a7 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget vim # Download Nomad echo Fetching Nomad... cd /tmp/ -curl -sSL https://releases.hashicorp.com/nomad/0.3.0/nomad_0.3.0_linux_amd64.zip -o nomad.zip +curl -sSL https://releases.hashicorp.com/nomad/0.3.1/nomad_0.3.1_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip