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-02-02 01:44:53 +0300
committerGitHub <noreply@github.com>2022-02-02 01:44:53 +0300
commitcbb297de4aed974716dd03acfee8832565ebf133 (patch)
treef4727fbd126c74e1894c6f7b57ffdf542b2881f3
parentaa66aca8e0e98267515fe1204f2d47dbb1785e67 (diff)
4.7.04.7.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0ebc728311..f8e973c6bd 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-rc2';
+ const VERSION = '4.7.0';
const MAJOR_VERSION = 4;