diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index aaff609ed..57ff2ecc3 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.0/nomad_0.5.0_linux_amd64.zip -o nomad.zip +curl -sSL https://releases.hashicorp.com/nomad/0.5.1/nomad_0.5.1_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip diff --git a/website/config.rb b/website/config.rb index 2cefe4c05..8880ee26b 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/" activate :hashicorp do |h| h.name = "nomad" - h.version = "0.5.0" + h.version = "0.5.1" h.github_slug = "hashicorp/nomad" end