mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
bump version
This commit is contained in:
@@ -12,7 +12,7 @@ var (
|
||||
GitDescribe string
|
||||
|
||||
// The main version number that is being run at the moment.
|
||||
Version = "0.6.1"
|
||||
Version = "0.6.2"
|
||||
|
||||
// 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
|
||||
|
||||
@@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/"
|
||||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "nomad"
|
||||
h.version = "0.6.1"
|
||||
h.version = "0.6.2"
|
||||
h.github_slug = "hashicorp/nomad"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user