From 52465a5081b9dda93f5353562a918a7282c205e3 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 26 Oct 2015 16:03:14 -0700 Subject: [PATCH] Preps the version for the first RC. --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index 0a68f59a36..f7aa280c84 100644 --- a/version.go +++ b/version.go @@ -7,9 +7,9 @@ var ( ) // The main version number that is being run at the moment. -const Version = "0.5.2" +const Version = "0.6.0" // 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. -const VersionPrerelease = "" +const VersionPrerelease = "rc1"