Merge pull request #8322 from hashicorp/website-list-beta2-on-downloads
updated website to reference beta2 on the downloads page
This commit is contained in:
commit
482b82a794
|
@ -13,9 +13,9 @@ export default function DownloadsPage({ releaseData }) {
|
|||
releaseData={releaseData}
|
||||
community="/resources"
|
||||
prerelease={{
|
||||
type: 'Beta 1',
|
||||
type: 'Beta 2',
|
||||
name: 'v0.12.0',
|
||||
version: '0.12.0-beta1'
|
||||
version: '0.12.0-beta2'
|
||||
}}
|
||||
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue