mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 04:14:50 +00:00
website: add 1.10.0 beta callout (#10058)
This commit is contained in:
parent
1de2694fe8
commit
8a898814d0
@ -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…
x
Reference in New Issue
Block a user