diff --git a/CHANGELOG.md b/CHANGELOG.md index 4843668490..8adb0235f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.4.0 (Unreleased) +## 0.4.0 (September 5, 2014) FEATURES: diff --git a/bench/bench-aws.json b/bench/bench-aws.json index 0cd03a14e0..fd1ee975af 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.3.1_linux_amd64.zip", - "unzip 0.3.1_linux_amd64.zip", + "wget https://dl.bintray.com/mitchellh/consul/0.4.0_linux_amd64.zip", + "unzip 0.4.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 67603072f7..32a2741f7d 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.3.1_linux_amd64.zip", - "unzip 0.3.1_linux_amd64.zip", + "wget https://dl.bintray.com/mitchellh/consul/0.4.0_linux_amd64.zip", + "unzip 0.4.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 427f06e2e4..fefcc70852 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.3.1_linux_amd64.zip -O consul.zip +wget https://dl.bintray.com/mitchellh/consul/0.4.0_linux_amd64.zip -O consul.zip echo Installing Consul... unzip consul.zip diff --git a/version.go b/version.go index dd5d7d4b01..bcabe0a71f 100644 --- a/version.go +++ b/version.go @@ -9,4 +9,4 @@ const Version = "0.4.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 = ""