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>2021-02-22 07:26:17 +0300
committerGitHub <noreply@github.com>2021-02-22 07:26:17 +0300
commit65e57b9806f7249338ec64775cb550041f798a00 (patch)
tree5aecdb60a440d56586f407936ecb6315ca3a5a09
parent8048b685fa82ecb21fb6480547ec499862457b93 (diff)
4.2.04.2.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 9de9056f50..da13f9f89e 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.2.0-rc3';
+ const VERSION = '4.2.0';
const MAJOR_VERSION = 4;
public function isStableVersion($version)