From 5ee8ae3077cd1b49aec24e7bd62b41a0982a0601 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 3 Jan 2017 11:36:55 -0800 Subject: [PATCH] vagrant version --- demo/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index a6f584307..a3f812518 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.5.1/nomad_0.5.1_linux_amd64.zip -o nomad.zip +curl -sSL https://releases.hashicorp.com/nomad/0.5.2/nomad_0.5.2_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip