bump version

This commit is contained in:
Alex Dadgar 2017-07-26 15:07:34 -07:00
parent 7611fab2c5
commit efc643582f
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const Version = "0.6.0"
// A pre-release marker for the version. If this is "" (empty string) // 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 // then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc. // such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "rc2" const VersionPrerelease = ""
// GetVersionParts returns the Nomad version strings. Printing of the Nomad // GetVersionParts returns the Nomad version strings. Printing of the Nomad
// version should be used in conjunction with the PrettyVersion method. // version should be used in conjunction with the PrettyVersion method.

View File

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