From 09f9a7aed5a9b1086e55438ae648a1ed0d862f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Llor=C3=A0?= Date: Tue, 24 May 2016 08:16:52 -0700 Subject: [PATCH] Promote to 4. stable --- bql/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bql/version/version.go b/bql/version/version.go index 1ac0234a..bcba0b83 100644 --- a/bql/version/version.go +++ b/bql/version/version.go @@ -20,7 +20,7 @@ var ( // Minor is the current minor version of master branch. Minor = 4 // Patch is the curernt patched version of the master branch. - Patch = 3 + Patch = 2 // Release is the current release level of the master branch. Valid values // are dev (developement unreleased), rcX (release candidate with current // iteration), stable (indicates a final released version).