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-11-23 22:10:15 +0300
committerGitHub <noreply@github.com>2020-11-23 22:10:15 +0300
commitfb7c6531c7e95dccea62388abfb275243b894366 (patch)
tree962bb13c9b11c9380ff36e2ed7cad329830e6faa
parentb90ff7929a7f5242b6a9fea5a81eefad5221d627 (diff)
4.0.04.0.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 70f9c246eb..4241c9ef8b 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.0.0-rc7';
+ const VERSION = '4.0.0';
const MAJOR_VERSION = 4;
public function isStableVersion($version)