mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
update version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## 0.3.1 (UNRELEASED)
|
||||
## 0.3.1
|
||||
|
||||
__BACKWARDS INCOMPATIBILITIES:__
|
||||
* 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)
|
||||
// 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 = "dev"
|
||||
const VersionPrerelease = ""
|
||||
|
||||
@@ -2,6 +2,6 @@ set :base_url, "https://www.nomadproject.io/"
|
||||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "nomad"
|
||||
h.version = "0.3.0"
|
||||
h.version = "0.3.1"
|
||||
h.github_slug = "hashicorp/nomad"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user