add beta info

This commit is contained in:
Mahmood Ali 2020-03-25 11:14:55 -04:00
parent af8263fb5b
commit 6e10ca72e4
1 changed files with 6 additions and 0 deletions

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