version bump

This commit is contained in:
Alex Dadgar
2017-03-31 17:07:03 -07:00
parent c934063713
commit eba232a07c
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 = ""

View File

@@ -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