From adc1d4422cf34543b3cd392d2e6acc58616bb3d3 Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <matt@piwik.org>
Date: Mon, 9 Mar 2015 16:50:23 +1300
Subject: [PATCH] 2.12.0-b1, with massive performance improvements

---
 core/Version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/Version.php b/core/Version.php
index 5831690419..0d5a9e14b9 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.11.2';
+    const VERSION = '2.12.0-b1';
 
     public function isStableVersion($version)
     {
-- 
GitLab