From 46a5faa38884e1fbd84391cdc3ab3d1470c1cbbf Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 13 Jun 2014 10:11:53 -0700 Subject: [PATCH] Cutting v0.3.0 --- CHANGELOG.md | 2 +- bench/bench-aws.json | 4 ++-- bench/bench.json | 4 ++-- demo/vagrant-cluster/Vagrantfile | 2 +- version.go | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97932812a..640c94104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.0 (Unreleased) +## 0.3.0 (June 13, 2014) FEATURES: diff --git a/bench/bench-aws.json b/bench/bench-aws.json index bbc6de97d..2adb91ccd 100644 --- a/bench/bench-aws.json +++ b/bench/bench-aws.json @@ -53,8 +53,8 @@ "sudo mkdir /etc/consul.d", "sudo apt-get update", "sudo apt-get install unzip make", - "wget https://dl.bintray.com/mitchellh/consul/0.2.1_linux_amd64.zip", - "unzip 0.2.1_linux_amd64.zip", + "wget https://dl.bintray.com/mitchellh/consul/0.3.0_linux_amd64.zip", + "unzip 0.3.0_linux_amd64.zip", "sudo mv consul /usr/local/bin/consul", "chmod +x /usr/local/bin/consul" ] diff --git a/bench/bench.json b/bench/bench.json index 5dfb67bd9..c8b291055 100644 --- a/bench/bench.json +++ b/bench/bench.json @@ -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.1_linux_amd64.zip", - "unzip 0.2.1_linux_amd64.zip", + "wget https://dl.bintray.com/mitchellh/consul/0.3.0_linux_amd64.zip", + "unzip 0.3.0_linux_amd64.zip", "mv consul /usr/local/bin/consul", "chmod +x /usr/local/bin/consul" ] diff --git a/demo/vagrant-cluster/Vagrantfile b/demo/vagrant-cluster/Vagrantfile index 6ed380f97..5678c544f 100644 --- a/demo/vagrant-cluster/Vagrantfile +++ b/demo/vagrant-cluster/Vagrantfile @@ -7,7 +7,7 @@ sudo apt-get install -y unzip echo Fetching Consul... cd /tmp/ -wget https://dl.bintray.com/mitchellh/consul/0.2.1_linux_amd64.zip -O consul.zip +wget https://dl.bintray.com/mitchellh/consul/0.3.0_linux_amd64.zip -O consul.zip echo Installing Consul... unzip consul.zip diff --git a/version.go b/version.go index eb37341e6..38fc1914e 100644 --- a/version.go +++ b/version.go @@ -9,4 +9,4 @@ const Version = "0.3.0" // 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 // such as "dev" (in development), "beta", "rc1", etc. -const VersionPrerelease = "rc" +const VersionPrerelease = ""