From 0034cc50981694ad2ce2a1190c6d08de4d02a126 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 6 Sep 2017 13:45:28 -0700 Subject: [PATCH] Puts the tree into 0.9.3-rc2 release mode. --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 660a157437..dde6e7ef4b 100644 --- a/version/version.go +++ b/version/version.go @@ -20,7 +20,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" ) // GetHumanVersion composes the parts of the version in a way that's suitable