mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Merge pull request #8406 from hashicorp/post-release
Post release: return to dev
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
## 0.12.0 (Unreleased)
|
||||
## 0.12.1 (Unreleased)
|
||||
|
||||
|
||||
## 0.12.0 (July 9, 2020)
|
||||
|
||||
FEATURES:
|
||||
* **Preemption**: Preemption is now an open source feature
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@ var (
|
||||
GitDescribe string
|
||||
|
||||
// The main version number that is being run at the moment.
|
||||
Version = "0.12.0"
|
||||
Version = "0.12.1"
|
||||
|
||||
// A pre-release marker for the version. If this is "" (empty string)
|
||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default '0.11.3'
|
||||
export default '0.12.0'
|
||||
|
||||
@@ -12,12 +12,6 @@ export default function DownloadsPage({ releaseData }) {
|
||||
version={VERSION}
|
||||
releaseData={releaseData}
|
||||
community="/resources"
|
||||
prerelease={{
|
||||
type: 'Beta 2',
|
||||
name: 'v0.12.0',
|
||||
version: '0.12.0-beta2'
|
||||
}}
|
||||
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user