diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index c925bcb80..a82c7bcff 100644 --- a/website/pages/downloads/index.jsx +++ b/website/pages/downloads/index.jsx @@ -11,6 +11,11 @@ export default function DownloadsPage({ releaseData }) { product="Consul" version={VERSION} releaseData={releaseData} + prerelease={{ + type: 'beta', // the type of prerelease: beta, release candidate, etc. + name: 'v1.9.0', // the name displayed in text on the website + version: '1.9.0-beta1', // the actual version tag that was pushed to releases.hashicorp.com + }} >

» Download Consul Tools