Setting versions to 0.2.3

This commit is contained in:
Diptanu Choudhury 2015-12-17 13:29:41 -08:00
parent 5b5158a9ff
commit 076d3fa8b6
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## 0.2.3-rc1 (December 15, 2015)
## 0.2.3 (December 17, 2015)
BUG FIXES:
* client: Fixes for user lookup to support CoreOS [GH-591]

View file

@ -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.2.1/nomad_0.2.1_linux_amd64.zip -o nomad.zip
curl -sSL https://releases.hashicorp.com/nomad/0.2.3/nomad_0.2.3_linux_amd64.zip -o nomad.zip
echo Installing Nomad...
unzip nomad.zip

View file

@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/"
activate :hashicorp do |h|
h.name = "nomad"
h.version = "0.2.2"
h.version = "0.2.3"
h.github_slug = "hashicorp/nomad"
h.minify_javascript = false