Update release version to 0.9.2

This commit is contained in:
Preetha Appan 2019-06-05 20:45:17 +05:30
parent 5d4a8d3b11
commit 503db78789
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 1 additions and 1 deletions

View File

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