mirror of https://github.com/status-im/consul.git
Merge pull request #7887 from hashicorp/website-beta-availability
Update version.js
This commit is contained in:
commit
5ce60dd5f1
|
@ -1 +1 @@
|
||||||
export default '1.7.2'
|
export default '1.7.3'
|
||||||
|
|
|
@ -12,7 +12,13 @@ export default function DownloadsPage({ downloadData }) {
|
||||||
product="Consul"
|
product="Consul"
|
||||||
version={VERSION}
|
version={VERSION}
|
||||||
downloads={downloadData}
|
downloads={downloadData}
|
||||||
|
prerelease={{
|
||||||
|
type: 'beta', // the type of prerelease: beta, release candidate, etc.
|
||||||
|
name: 'v1.8.0', // the name displayed in text on the website
|
||||||
|
version: '1.8.0-beta1', // the actual version tag that was pushed to releases.hashicorp.com
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/downloads_tools">» Download Consul Tools</a>
|
<a href="/downloads_tools">» Download Consul Tools</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue