From 630c6ef7b582910eaf87275adbd283f38b148e54 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 29 May 2017 02:16:39 -0400 Subject: [PATCH] bump version --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 60887d6f9..fe4757b54 100644 --- a/version/version.go +++ b/version/version.go @@ -6,7 +6,7 @@ const Fix = "0" var ( // The full version string - Version = "0.10.0-rc1" + Version = "0.10.0-rc2" // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)" GitCommit string