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-11-18 08:08:49 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-18 08:08:49 +0300
commitb1f63afeaac8c8415b8352e6debc163e0c741163 (patch)
tree5e1137742661ba431e66b90c441571fdbd85a2a6
parenteca17c0b44b1a73c439d892cdc0743291c5c6acb (diff)
2.15.1-b22.15.1-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 77b3d42f1c..67dae7e2db 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.1-b1';
+ const VERSION = '2.15.1-b2';
public function isStableVersion($version)
{