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-01 03:16:50 +0300
committerGitHub <noreply@github.com>2021-12-01 03:16:50 +0300
commit3c8b8923a019ccaaf4c30e158d074797a34a991c (patch)
treebd29b6851268fbd19024ec5ef83343aeabc7d589
parentc5632f62bb7b123503cd5de40d671cdafdc14b01 (diff)
4.6.14.6.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5c34201d8d..76acf582c7 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.1-rc1';
+ const VERSION = '4.6.1';
const MAJOR_VERSION = 4;