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-12-05 15:05:14 +0300
committerGitHub <noreply@github.com>2016-12-05 15:05:14 +0300
commit1d0dcc553611b551bd8a621a0790f91b897968dd (patch)
treee8f660cf251252160b60c3d39968ca5c623c6b0e
parent3e6df26fce145ac7a674ece925801fa5100dbef8 (diff)
3.0.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 993e7cd131..d7a1318045 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-b4';
+ const VERSION = '3.0.0-b5';
public function isStableVersion($version)
{