Skip to content

Commit

Permalink
docs: bump 0.10.2 -> 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Jan 30, 2020
1 parent f5441e6 commit 7c53d0e
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 @@ -25,7 +25,7 @@ sudo docker --version
sudo apt-get install unzip curl vim -y
echo "Installing Nomad..."
NOMAD_VERSION=0.10.2
NOMAD_VERSION=0.10.3
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.2"
h.version = "0.10.3"
h.github_slug = "hashicorp/nomad"
end

Expand Down

0 comments on commit 7c53d0e

Please sign in to comment.