bump version

This commit is contained in:
Alex Dadgar
2017-08-28 22:30:22 -07:00
parent 48f7dfbaff
commit f45c26768e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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