Merge pull request #3114 from hashicorp/f-release-0.6.1

Nomad 0.6.1
This commit is contained in:
Michael Schurter
2017-08-28 16:29:03 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## 0.6.1 (Unreleased)
## 0.6.1 (August 28, 2017)
__BACKWARDS INCOMPATIBILITIES:__
* deployment: Specifying an update stanza with a max_parallel of zero is now

View File

@@ -17,7 +17,7 @@ var (
// 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.
VersionPrerelease = "dev"
VersionPrerelease = ""
// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""

View File

@@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/"
activate :hashicorp do |h|
h.name = "nomad"
h.version = "0.6.0"
h.version = "0.6.1"
h.github_slug = "hashicorp/nomad"
end