mirror of https://github.com/status-im/consul.git
website: update download callout for v1.9.0-rc1
This commit is contained in:
parent
54fcfec78c
commit
c2c8528073
|
@ -14,7 +14,7 @@ export default function DownloadsPage({ releaseData }) {
|
||||||
prerelease={{
|
prerelease={{
|
||||||
type: 'beta', // the type of prerelease: beta, release candidate, etc.
|
type: 'beta', // the type of prerelease: beta, release candidate, etc.
|
||||||
name: 'v1.9.0', // the name displayed in text on the website
|
name: 'v1.9.0', // the name displayed in text on the website
|
||||||
version: '1.9.0-beta3', // the actual version tag that was pushed to releases.hashicorp.com
|
version: '1.9.0-rc1', // the actual version tag that was pushed to releases.hashicorp.com
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue