Browse Source

link to beta

pull/7887/head
Preetha Appan 5 years ago
parent
commit
62480adf98
  1. 6
      website/pages/downloads/index.jsx

6
website/pages/downloads/index.jsx

@ -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>

Loading…
Cancel
Save