diff --git a/CHANGELOG.md b/CHANGELOG.md index f56d5fea4..5e6338d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.6 (Unreleased) +## 0.5.6 (March 31, 2017) IMPROVEMENTS: * api: Improve log API error when task doesn't exist or hasn't started diff --git a/version.go b/version.go index 1aacf92a4..2575d4d5d 100644 --- a/version.go +++ b/version.go @@ -10,4 +10,4 @@ const Version = "0.5.6" // 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 3453fff10..b2536ff9c 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/" activate :hashicorp do |h| h.name = "nomad" - h.version = "0.5.5" + h.version = "0.5.6" h.github_slug = "hashicorp/nomad" end