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:53:53 +0300
committerGitHub <noreply@github.com>2020-09-11 01:53:53 +0300
commitf39530ac470024266db514ca8756e694a8c5ec6c (patch)
tree99f52946079819ebc76b79ae70549874dbcdd084
parent845db4d9de663f22699c48e6a209688f40074c8c (diff)
3.14.13.14.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 3e080598a1..0b8f81f00c 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-rc3';
+ const VERSION = '3.14.1';
public function isStableVersion($version)
{