website: add 1.10.0 beta callout (#10058)
This commit is contained in:
parent
37dcc0cb0c
commit
2b09b348ec
|
@ -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">» Download Consul Tools</a>
|
||||
|
|
Loading…
Reference in New Issue