mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
bump version
This commit is contained in:
@@ -17,7 +17,7 @@ var (
|
||||
// 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
|
||||
// such as "dev" (in development), "beta", "rc1", etc.
|
||||
VersionPrerelease = "rc1"
|
||||
VersionPrerelease = "rc2"
|
||||
|
||||
// VersionMetadata is metadata further describing the build type.
|
||||
VersionMetadata = ""
|
||||
|
||||
@@ -31,7 +31,7 @@ description: |-
|
||||
<p>
|
||||
Check out the <a href="https://github.com/hashicorp/nomad/blob/v<%= latest_version %>/CHANGELOG.md">v<%= latest_version %> CHANGELOG</a> for information on the latest release.
|
||||
</p>
|
||||
<h3>Nomad 0.7 RC1</h3>
|
||||
<h3>Nomad 0.7 RC2</h3>
|
||||
<p>
|
||||
A release candidate of Nomad 0.7 is also available! The RC can be <a href="https://releases.hashicorp.com/nomad/0.7.0-rc1/">downloaded on the Nomad releases page</a>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user