From 636e80c13960decce5953022e441c6a4c23200b7 Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <matt@piwik.org>
Date: Sun, 7 Sep 2014 09:04:50 +1200
Subject: [PATCH] 2.7.0-b1

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

diff --git a/core/Version.php b/core/Version.php
index 19840aaedb..a5effe147f 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.6.1';
+    const VERSION = '2.7.0-b1';
 }
-- 
GitLab