docs: bump version to 0.8.0

This commit is contained in:
Michael Schurter
2018-04-12 16:47:45 -07:00
parent fdae59005a
commit b2b6f991b9

View File

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