Update version

This commit is contained in:
Alex Dadgar 2016-12-12 13:56:34 -08:00
parent 7f82ce3256
commit f94c8a3588
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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