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-07-24 17:55:42 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-24 17:55:42 +0300
commit1fc9164034b3f0c90755511787595271d9e9e70c (patch)
tree44d902f374c5b2b5e8e4d256554f8d2f8f138fd4
parentc4ca3c55f2892bee56c9e0bbda37530b3e1e4b7d (diff)
2.14.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 45c0934c47..1344fe2c75 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.14.2-b1';
+ const VERSION = '2.14.2';
public function isStableVersion($version)
{