Skip to content

Commit

Permalink
Merge pull request #6617 from hashicorp/docs-0.10.1
Browse files Browse the repository at this point in the history
docs: bump website to Nomad 0.10.1
  • Loading branch information
schmichael authored Nov 4, 2019
2 parents bba4f4c + 381cdb6 commit 1848073
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 @@ -24,7 +24,7 @@ sudo docker --version
sudo apt-get install unzip curl vim -y
echo "Installing Nomad..."
NOMAD_VERSION=0.10.0
NOMAD_VERSION=0.10.1
cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
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.10.0"
h.version = "0.10.1"
h.github_slug = "hashicorp/nomad"
end

Expand Down

0 comments on commit 1848073

Please sign in to comment.