Update 0.9.1 links in website

This commit is contained in:
Preetha Appan 2019-04-29 11:46:50 -05:00
parent 6249f2864f
commit 78c3e55198
No known key found for this signature in database
GPG key ID: 9F7C19990A50EAFC
2 changed files with 1 additions and 5 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.0"
h.version = "0.9.1"
h.github_slug = "hashicorp/nomad"
end

View file

@ -31,10 +31,6 @@ description: |-
<p>
Check out the <a href="https://github.com/hashicorp/nomad/blob/v<%= latest_version %>/CHANGELOG.md">v<%= latest_version %> CHANGELOG</a> for information on the latest release.
</p>
<h3>Nomad 0.9.1 Release Candidate</h3>
<p>
A release candidate for Nomad 0.9.1 is also available! The release candidate can be <a href="https://releases.hashicorp.com/nomad/0.9.1-rc1/">downloaded on the Nomad releases page</a>.
</p>
</div>
</div>