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-07-20 09:24:09 +0300
committerGitHub <noreply@github.com>2020-07-20 09:24:09 +0300
commit6b6dc723c73dc4d59b2ae849d241270dc53e5a39 (patch)
tree95df7ea4db815ac9785b094dbe1a38af7d0bed48
parentec4e41ce29dd692aba13d282473e6d0b028f5a5a (diff)
3.14.03.14.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 91486f2368..eed1da6289 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.0-rc1';
+ const VERSION = '3.14.0';
public function isStableVersion($version)
{