website: add 1.10.0 beta callout (#10058)

pull/10197/head
Mike Morris 2021-04-16 16:20:20 -04:00 committed by hashicorp-ci
parent 1de2694fe8
commit 8a898814d0
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ export default function DownloadsPage({ releaseData }) {
product="Consul"
version={VERSION}
releaseData={releaseData}
prerelease={{
type: 'beta', // the type of prerelease: beta, release candidate, etc.
name: 'v1.10.0', // the name displayed in text on the website
version: '1.10.0-beta1', // the actual version tag that was pushed to releases.hashicorp.com
}}
>
<p>
<a href="/docs/download-tools">&raquo; Download Consul Tools</a>