From 62480adf983ad84734b763e96e0e7214e8cab6c8 Mon Sep 17 00:00:00 2001 From: Preetha Appan <460133+preetapan@users.noreply.github.com> Date: Thu, 14 May 2020 10:51:34 -0500 Subject: [PATCH] link to beta --- website/pages/downloads/index.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index 936eea92c1..359d822e81 100644 --- a/website/pages/downloads/index.jsx +++ b/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 + }} > +

» Download Consul Tools