From a71048c8b40b4e64fb5d9642d6edcb37fd12a3b2 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 3 Feb 2016 11:48:33 -0800 Subject: [PATCH] Bump version to 0.6.0-rc4 Signed-off-by: David Gageot --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 5ef92184..9bb51b20 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import "fmt" var ( // Version should be updated by hand at each release - Version = "0.6.0-dev" + Version = "0.6.0-rc4" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"