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 18ce6caac7
commit cce9e9b046
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}
/>
)