From cffc00346ab0336105fc6142007c3a625e6cf1c1 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 1 Mar 2018 10:55:57 -0800 Subject: [PATCH] version: change to 0.12.0 to mark the beginning of the 0.12 dev branch --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index e28e67013e..44ceb11121 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // The main version number that is being run at the moment. -const Version = "0.11.6" +const Version = "0.12.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