diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 68cc15218..b602b3f5b 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -24,7 +24,7 @@ sudo docker --version sudo apt-get install unzip curl vim -y echo "Installing Nomad..." -NOMAD_VERSION=0.9.6 +NOMAD_VERSION=0.10.0 cd /tmp/ curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip unzip nomad.zip diff --git a/website/config.rb b/website/config.rb index 4bc92690d..f29c5feed 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.9.6" + h.version = "0.10.0" h.github_slug = "hashicorp/nomad" end