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 06:32:09 +0300
committerGitHub <noreply@github.com>2021-02-22 06:32:09 +0300
commitfee6e68a27b57a0114b69c03a3005746565ecd26 (patch)
tree9cf58e55ea94cc0eab6c3d697e4e3937c4618445
parent136f4aa315a3b15e85974c4949c86645a102fd33 (diff)
4.2.0-rc34.2.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1b856ca1e3..9de9056f50 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.1.2-rc2';
+ const VERSION = '4.2.0-rc3';
const MAJOR_VERSION = 4;
public function isStableVersion($version)