remove prerelease tag

This commit is contained in:
Preetha 2020-06-18 20:02:21 -05:00 committed by GitHub
parent 83241ec09e
commit 0d4d807cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@ 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-beta2', // the actual version tag that was pushed to releases.hashicorp.com
}}
> >
<p> <p>
<a href="/downloads_tools">&raquo; Download Consul Tools</a> <a href="/downloads_tools">&raquo; Download Consul Tools</a>