From 066e0b4bc79a6540b50d4645d03e0c8e60ad0eba Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <matt@piwik.org>
Date: Wed, 19 Nov 2014 12:50:08 +1300
Subject: [PATCH] 2.9.1-b2

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

diff --git a/core/Version.php b/core/Version.php
index 488428843c..6e408eca8e 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.9.1-b1';
+    const VERSION = '2.9.1-b2';
 }
-- 
GitLab