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 <matt@piwik.org>2015-09-08 09:41:05 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-08 09:41:05 +0300
commitf5bb83bd6a226c541ac2050ab2a4d8e6aac46c29 (patch)
treead94db3090da89635f79dd72298e1aad4a557bda
parent9df172e5afd0d99a0ac513cbe67c35cc303540d0 (diff)
2.15.0-b52.15.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 2820ed01ba..21834c5792 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.15.0-b4';
+ const VERSION = '2.15.0-b5';
public function isStableVersion($version)
{