Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-31 02:48:00 +0300
committerGitHub <noreply@github.com>2016-10-31 02:48:00 +0300
commit67d67100e4c6b8cd42bae8460477ffb6d0e23988 (patch)
treec9c21b56c40f74cdd4c96d6f1f6e11bd0cd597f7
parent4f02fd8921ce48155dc7b1281453a760b860ebd3 (diff)
3.0.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 224db01a2c..9a9fee75b4 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.0-b1';
+ const VERSION = '3.0.0-b2';
public function isStableVersion($version)
{