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:
authormattab <matthieu.aubry@gmail.com>2016-07-21 05:14:50 +0300
committermattab <matthieu.aubry@gmail.com>2016-07-21 05:14:50 +0300
commit474fe9693f001586391b10a303412ec4bbe21da5 (patch)
tree0e5229ec6b5e0f5a352a43f35464fc01eb6b4c98
parent4102d1265ed1b18547fe49a7e45b2f42ac1ec183 (diff)
2.16.2-b42.16.2-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 1ae5178030..83ba737ab3 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.16.2-b3';
+ const VERSION = '2.16.2-b4';
public function isStableVersion($version)
{