From 381cdb6526db824f3766ca9249bc625c9d51fbc1 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 4 Nov 2019 12:01:43 -0800 Subject: [PATCH] docs: bump website to Nomad 0.10.1 --- demo/vagrant/Vagrantfile | 2 +- website/config.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index b602b3f5bb6..17289a4eb87 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.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 diff --git a/website/config.rb b/website/config.rb index f29c5feed19..57fa264769a 100644 --- a/website/config.rb +++ b/website/config.rb @@ -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