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-26 00:19:57 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-26 00:19:57 +0300
commitdb3f68ff77ac962709894736b3f2132718a816e9 (patch)
tree8ba80daf822498367289ae9db62fa7b88f09f7fa
parent8324df36220fd23ea81cce8c4550047e76e7ecf1 (diff)
2.15.1-b42.15.1-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8abb8083fb..0faa9963d5 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-b3';
+ const VERSION = '2.15.1-b4';
public function isStableVersion($version)
{