Commit b0886015 authored by Michael Schurter's avatar Michael Schurter
Browse files

docs: add 0.11.0-rc1 to download page

update banner from "Beta" to "Release Candidate"
Showing with 3 additions and 3 deletions
+3 -3
......@@ -76,7 +76,7 @@ class NextApp extends App {
url="https://www.hashicorp.com/blog/announcing-hashicorp-nomad-0-11-beta/"
tag="Announcing"
theme="nomad"
text="HashiCorp Nomad 0.11 Beta is now available"
text="HashiCorp Nomad 0.11 Release Candidate is now available"
linkText="Learn More"
/>
<MegaNav product="Nomad" />
......
......@@ -14,9 +14,9 @@ export default function DownloadsPage({ downloadData }) {
downloads={downloadData}
community="/resources"
prerelease={{
type: 'Beta 2',
type: 'Release Candidate 1',
name: 'v0.11.0',
version: '0.11.0-beta2'
version: '0.11.0-rc1'
}}
/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment