update download to Nomad v1.2.0 (#11511)

This commit is contained in:
Luiz Aoqui 2021-11-16 12:13:35 -05:00 committed by GitHub
parent 12feb598af
commit 3e1c7caaad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 13 deletions

View file

@ -1 +1 @@
export default '1.1.6'
export default '1.2.0'

View file

@ -37,18 +37,6 @@ export default function DownloadsPage(staticProps) {
href: 'https://learn.hashicorp.com/nomad',
label: 'View Tutorials at HashiCorp Learn',
}}
merchandisingSlot={
<>
<div className={s.releaseCandidate}>
<p>
A release candidate for Nomad v1.2.0 is available! The release can be{' '}
<a href="https://releases.hashicorp.com/nomad/1.2.0-rc1/">
downloaded here.
</a>
</p>
</div>
</>
}
{...staticProps}
/>
)