From 6d3c1c44f5f65d7c7b073b5fec1c3cb8b3d0f963 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Sun, 22 Jan 2017 22:28:37 +1300 Subject: [PATCH] 3.0.2-b1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 95b6c552c4..d6599b1138 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.1'; + const VERSION = '3.0.2-b1'; public function isStableVersion($version) { -- GitLab