mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
version bump
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user