Commit 61d22af2 authored by Alex Dadgar's avatar Alex Dadgar
Browse files

bump version

parent eedbe02f
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment