website: update download callout for v1.9.0-rc1

This commit is contained in:
Mike Morris 2020-11-18 18:37:52 -05:00
parent 54fcfec78c
commit c2c8528073
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export default function DownloadsPage({ releaseData }) {
prerelease={{ prerelease={{
type: 'beta', // the type of prerelease: beta, release candidate, etc. type: 'beta', // the type of prerelease: beta, release candidate, etc.
name: 'v1.9.0', // the name displayed in text on the website name: 'v1.9.0', // the name displayed in text on the website
version: '1.9.0-beta3', // the actual version tag that was pushed to releases.hashicorp.com version: '1.9.0-rc1', // the actual version tag that was pushed to releases.hashicorp.com
}} }}
> >
<p> <p>