Update 0.9.1 links in website
This commit is contained in:
parent
6249f2864f
commit
78c3e55198
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue