From c6cd2384e4f019aace4359117423dac2fe621d38 Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <mattab@users.noreply.github.com>
Date: Fri, 28 Jul 2017 10:15:10 +1200
Subject: [PATCH] 3.0.5-b1

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

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