update version

This commit is contained in:
Alex Dadgar 2016-03-16 10:38:31 -07:00
parent 5b7a256f12
commit 6ed4880892
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.3.1 (UNRELEASED) ## 0.3.1
__BACKWARDS INCOMPATIBILITIES:__ __BACKWARDS INCOMPATIBILITIES:__
* Service names that dont conform to RFC-1123 and RFC-2782 will fail * Service names that dont conform to RFC-1123 and RFC-2782 will fail

View File

@ -10,4 +10,4 @@ const Version = "0.3.1"
// 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 = "dev" const VersionPrerelease = ""

View File

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