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-13 01:59:16 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-13 01:59:16 +0300
commit96f3fb29d61757eabee90dec3646244b6852df70 (patch)
tree2aa5f2a61fe63e889a3dbad73e96ee189b6007ae
parent286a5fb304660c1e7eaad08da5c5dedd98b414f1 (diff)
2.14.1-b12.14.1-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 1418d10dbe..0f941ba4a1 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.0';
+ const VERSION = '2.14.1-b1';
public function isStableVersion($version)
{