Merge pull request #7887 from hashicorp/website-beta-availability

Update version.js
This commit is contained in:
Preetha 2020-05-14 10:52:22 -05:00 committed by GitHub
commit f622a6af9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
export default '1.7.2'
export default '1.7.3'

View File

@ -12,7 +12,13 @@ export default function DownloadsPage({ downloadData }) {
product="Consul"
version={VERSION}
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>
<a href="/downloads_tools">&raquo; Download Consul Tools</a>
</p>