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 <mattab@users.noreply.github.com>2020-09-11 01:13:45 +0300
committerGitHub <noreply@github.com>2020-09-11 01:13:45 +0300
commit845db4d9de663f22699c48e6a209688f40074c8c (patch)
tree1773f8604ec88f50175159a19f1304b1d163de12
parentae865053ef9f501e13cedd5ad9a6e66c0a0fc832 (diff)
3.14.1-rc33.14.1-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 74ff858650..3e080598a1 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.14.1-rc2';
+ const VERSION = '3.14.1-rc3';
public function isStableVersion($version)
{