Cutting v0.2.1

This commit is contained in:
Armon Dadgar 2014-05-20 12:36:08 -07:00
parent 5ee2ddd7e3
commit dd87449b66
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## 0.2.1 (unreleased)
## 0.2.1 (May 20, 2014)
IMPROVEMENTS:

View File

@ -47,8 +47,8 @@
"mkdir /etc/consul.d",
"apt-get update",
"apt-get install unzip make",
"wget https://dl.bintray.com/mitchellh/consul/0.2.0_linux_amd64.zip",
"unzip 0.2.0_linux_amd64.zip",
"wget https://dl.bintray.com/mitchellh/consul/0.2.1_linux_amd64.zip",
"unzip 0.2.1_linux_amd64.zip",
"mv consul /usr/local/bin/consul",
"chmod +x /usr/local/bin/consul"
]

View File

@ -7,7 +7,7 @@ sudo apt-get install -y unzip
echo Fetching Consul...
cd /tmp/
wget https://dl.bintray.com/mitchellh/consul/0.2.0_linux_amd64.zip -O consul.zip
wget https://dl.bintray.com/mitchellh/consul/0.2.1_linux_amd64.zip -O consul.zip
echo Installing Consul...
unzip consul.zip

View File

@ -4,7 +4,7 @@ package main
var GitCommit string
// The main version number that is being run at the moment.
const Version = "0.2.0"
const Version = "0.2.1"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release