diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index 801581f59..7e5e99874 100644 --- a/website/pages/downloads/index.jsx +++ b/website/pages/downloads/index.jsx @@ -11,11 +11,6 @@ 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-beta2', // the actual version tag that was pushed to releases.hashicorp.com - }} >

» Download Consul Tools