From 1c113ff3b9a306d39d0ee2bd860e48050a18b8a0 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 28 Jun 2016 13:54:19 -0700 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- version.go | 2 +- website/config.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e465223..eb92f098f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.4.0 (UNRELEASED) +## 0.4.0 __BACKWARDS INCOMPATIBILITIES:__ * api: Tasks are no longer allowed to have slashes in their name [GH-1210] diff --git a/version.go b/version.go index 897d2f340..e190a8673 100644 --- a/version.go +++ b/version.go @@ -10,4 +10,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 = "rc2" +const VersionPrerelease = "" diff --git a/website/config.rb b/website/config.rb index d0d8fdf58..3eb66e86e 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,6 +2,6 @@ set :base_url, "https://www.nomadproject.io/" activate :hashicorp do |h| h.name = "nomad" - h.version = "0.3.2" + h.version = "0.4.0" h.github_slug = "hashicorp/nomad" end