update version
This commit is contained in:
parent
5b7a256f12
commit
6ed4880892
|
@ -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
|
||||||
|
|
|
@ -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 = ""
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue