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-11-22 05:59:07 +0300
committerGitHub <noreply@github.com>2021-11-22 05:59:07 +0300
commita7a11bf3ad2101c6abb2e97a06271932bdf768f7 (patch)
treef86a3e9cac7554f9b091a595c1d3fd580b201b11
parent6a3e90c529f2995044967b32b4d98e9a8aebeed2 (diff)
4.6.0-rc24.6.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 21eb09dbe6..a38b7215be 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.0-rc1';
+ const VERSION = '4.6.0-rc2';
const MAJOR_VERSION = 4;