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-12-10 04:15:36 +0300
committerGitHub <noreply@github.com>2021-12-10 04:15:36 +0300
commit1aec00ff0affa727ef134e230b465091b97e6863 (patch)
tree8717de24c7f4d4491f9efed9c4adc86186c6e5f1
parent605a52a29ec0fac35be55c80eef2c952ef015516 (diff)
4.6.2 release!4.6.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 69e71d0f0d..130102258a 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.6.2-rc2';
+ const VERSION = '4.6.2';
const MAJOR_VERSION = 4;