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>2022-01-27 03:43:59 +0300
committerGitHub <noreply@github.com>2022-01-27 03:43:59 +0300
commita85b739e29837d95356227c8245b236eab26ce64 (patch)
tree3a35e63cfe4b9ebda7aafced424854f5f30af5d8
parent2ba0f7a67cb4aa336ef312e2850de1f325adcb69 (diff)
4.7.0-rc24.7.0-rc2
4.7.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9a98054701..0ebc728311 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.7.0-rc1';
+ const VERSION = '4.7.0-rc2';
const MAJOR_VERSION = 4;