From 61d22af20d4dff929a8da2100300fb7818eab2fb Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 25 Oct 2017 16:59:28 -0700 Subject: [PATCH] bump version --- version/version.go | 2 +- website/source/downloads.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index d9a779b0d..1bd5123e6 100644 --- a/version/version.go +++ b/version/version.go @@ -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 = "" diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 21e307d0d..0f9e6a863 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -31,7 +31,7 @@ description: |-

Check out the v<%= latest_version %> CHANGELOG for information on the latest release.

-

Nomad 0.7 RC1

+

Nomad 0.7 RC2

A release candidate of Nomad 0.7 is also available! The RC can be downloaded on the Nomad releases page.