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-08-21 11:30:31 +0300
committerMatthieu Aubry <matt@piwik.org>2015-08-21 11:30:31 +0300
commit2ca138490c81f1d91f027c34d1f6aa6bd1ad0da4 (patch)
treedce07ef4637180fae03f3b840d3401a5c78fbadd
parent28bda49bd83f12210ac0efff01fef25c8fbc5f54 (diff)
2.15.0-b22.15.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 4856fdfc07..6c21a7ade5 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-b1';
+ const VERSION = '2.15.0-b2';
public function isStableVersion($version)
{