From b88cc071e2029f194e9c212196f88735c5f31c43 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Thu, 9 Jan 2014 20:36:01 +1300
Subject: [PATCH] 2.0.3-b6 with bug fix

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

diff --git a/core/Version.php b/core/Version.php
index e05e98a217..11dc4bd1b7 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.0.3-b5';
+    const VERSION = '2.0.3-b6';
 }
-- 
GitLab