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:58:27 +0300
committerGitHub <noreply@github.com>2021-11-22 05:58:27 +0300
commit895fbd409a4f6fcbc8bc23046a127c0fd38157f0 (patch)
treef169909324b51edf3583b8e445412d709ddd6767 /core/Version.php
parent5ae81f880dbbd7ab3fc0d223d7a9b4409ae548eb (diff)
4.6.0-rc2
Diffstat (limited to 'core/Version.php')
-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;