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-14 04:48:14 +0300
committermattab <matthieu.aubry@gmail.com>2016-07-14 04:48:24 +0300
commite20997a7992f595952b8b9b8b123983ac9e0b807 (patch)
tree1d22f754ef663b0a81853e3130eec593377523cd
parente2baedc4f8e20df5f9ccf78d465e1c95bb9efa98 (diff)
2.16.2-b32.16.2-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a7a2d4473b..1ae5178030 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-b2';
+ const VERSION = '2.16.2-b3';
public function isStableVersion($version)
{