Merge pull request #9569 from hashicorp/docs-100

docs: 1.0.0 download link
This commit is contained in:
Michael Schurter 2020-12-08 09:09:29 -08:00 committed by GitHub
commit ddea65f8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
export default '0.12.9'
export default '1.0.0'

View File

@ -12,11 +12,6 @@ export default function DownloadsPage({ releaseData }) {
version={VERSION}
releaseData={releaseData}
community="/resources"
prerelease={{
type: 'Release Candidate',
name: 'v1.0.0',
version: '1.0.0-rc1'
}}
/>
</div>
)