version bump

This commit is contained in:
Alex Dadgar 2016-06-28 13:54:19 -07:00
parent 129c097768
commit 1c113ff3b9
3 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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 = ""

View File

@ -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