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 12:51:50 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-24 12:51:50 +0300
commite910b98d770e500e00a3d8f774e6d0ca1b0a9362 (patch)
tree44605582dea69d3b132856b34a0034f57456a328
parenta2442f25ad087ba3a2506d2bf531d8c32c780909 (diff)
2.14.2-b12.14.2-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a9b1f6abdc..45c0934c47 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.1';
+ const VERSION = '2.14.2-b1';
public function isStableVersion($version)
{