Merge pull request #7489 from hashicorp/docs-update-website-0.11.0-beta1

Prepare website for 0.11.0-beta1 release
This commit is contained in:
Mahmood Ali 2020-03-25 12:27:07 -04:00 committed by GitHub
commit da0a27c19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
export default '0.10.4'
export default '0.10.5'

View File

@ -13,6 +13,12 @@ export default function DownloadsPage({ downloadData }) {
version={VERSION}
downloads={downloadData}
community="/resources"
prerelease={{
type: 'Beta 1',
name: 'v0.11.0',
version: '0.11.0-beta1'
}}
/>
</div>
)