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-16 05:03:03 +0300
committerGitHub <noreply@github.com>2021-11-16 05:03:03 +0300
commit54575b1a82ec0a58387a9489207bc16676b00231 (patch)
treeb144b32a05cc5ee5682e4075c9a752c3f72beff7
parent7883553e0d002aa45b347d3ef5eb04bb4c4b51aa (diff)
4.6.0-rc14.6.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4fe41a32a5..21eb09dbe6 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-b4';
+ const VERSION = '4.6.0-rc1';
const MAJOR_VERSION = 4;