update website to link to Nomad 0.9.3

This commit is contained in:
Mahmood Ali 2019-06-12 14:56:18 -04:00
parent e31159bf1f
commit 1ead8b60d2
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|
h.name = "nomad"
h.version = "0.9.2"
h.version = "0.9.3"
h.github_slug = "hashicorp/nomad"
end