Setting versions to 0.2.3
This commit is contained in:
parent
5b5158a9ff
commit
076d3fa8b6
|
@ -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]
|
||||
|
|
2
demo/vagrant/Vagrantfile
vendored
2
demo/vagrant/Vagrantfile
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue