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-10-22 06:51:16 +0300
committerGitHub <noreply@github.com>2021-10-22 06:51:16 +0300
commit37deaa3c0924493859c650caa46adf0534c6cb19 (patch)
treed47b666ee711b1068bdb0137567e2df267b2ebcc
parent56f885d77c0e511b9948f495eef40e4e0512a9b0 (diff)
4.6.0-b24.6.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4a3f94a9e6..cb3efc99d9 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-b1';
+ const VERSION = '4.6.0-b2';
const MAJOR_VERSION = 4;