Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Dec 12, 2016
1 parent d7c6e62 commit 2fa88e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

activate :hashicorp do |h|
h.name = "nomad"
h.version = "0.5.0"
h.version = "0.5.1"
h.github_slug = "hashicorp/nomad"
end

Expand Down

0 comments on commit 2fa88e2

Please sign in to comment.