update download to Nomad v1.2.0 (#11511)
This commit is contained in:
parent
12feb598af
commit
3e1c7caaad
|
@ -1 +1 @@
|
|||
export default '1.1.6'
|
||||
export default '1.2.0'
|
||||
|
|
|
@ -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}
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue