version bump
This commit is contained in:
parent
129c097768
commit
1c113ff3b9
|
@ -1,4 +1,4 @@
|
|||
## 0.4.0 (UNRELEASED)
|
||||
## 0.4.0
|
||||
|
||||
__BACKWARDS INCOMPATIBILITIES:__
|
||||
* api: Tasks are no longer allowed to have slashes in their name [GH-1210]
|
||||
|
|
|
@ -10,4 +10,4 @@ const Version = "0.4.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 = ""
|
||||
|
|
|
@ -2,6 +2,6 @@ set :base_url, "https://www.nomadproject.io/"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "nomad"
|
||||
h.version = "0.3.2"
|
||||
h.version = "0.4.0"
|
||||
h.github_slug = "hashicorp/nomad"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue