bump version
This commit is contained in:
parent
7611fab2c5
commit
efc643582f
|
@ -15,7 +15,7 @@ const Version = "0.6.0"
|
|||
// 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 = ""
|
||||
|
||||
// GetVersionParts returns the Nomad version strings. Printing of the Nomad
|
||||
// version should be used in conjunction with the PrettyVersion method.
|
||||
|
|
|
@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "nomad"
|
||||
h.version = "0.5.6"
|
||||
h.version = "0.6.0"
|
||||
h.github_slug = "hashicorp/nomad"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue