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-03-01 07:38:31 +0300
committerGitHub <noreply@github.com>2021-03-01 07:38:31 +0300
commit3688fff9947853789ef748ec3e74d814a8214517 (patch)
treeded63666b6e2ed23e34b89274cc923f3f09b247a
parente5993685c49c9564a72822859b5a438d7db55354 (diff)
4.2.14.2.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 d864c79c3b..b008dff33d 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.1-rc1';
+ const VERSION = '4.2.1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)