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:05:41 +0300
committerGitHub <noreply@github.com>2021-03-01 07:05:41 +0300
commite5993685c49c9564a72822859b5a438d7db55354 (patch)
treec4da8cca7f1303d2eabb2f543983d93fc0c17b30
parent1c03c4e04bd461322ce504988b6b8f36ac768edc (diff)
4.2.1-rc14.2.1-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 210f700a16..d864c79c3b 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-b1';
+ const VERSION = '4.2.1-rc1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)