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-17 05:47:07 +0300
committerGitHub <noreply@github.com>2022-01-17 05:47:07 +0300
commita0cc5e9400e7661ad4f865ae31d9993dc247283f (patch)
tree75a76268ef852ebdfe5aacd7ee5d5c7f0a47b044
parentc6442f37da31d4f89e21e86bd46599ebf8c82b13 (diff)
4.7.0-rc14.7.0-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 2fc51f589e..9a98054701 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-b2';
+ const VERSION = '4.7.0-rc1';
const MAJOR_VERSION = 4;