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-08 23:49:52 +0300
committerGitHub <noreply@github.com>2021-12-08 23:49:52 +0300
commitddb0aa9b5357176757f67698101328c72c6b58cb (patch)
tree452ef0df1caac72f0ef184b8579232f8cbfde2c7
parent7dac6788cb1b08c738804e6051d2d44b1e5f2c76 (diff)
4.6.2-rc14.6.2-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 76acf582c7..ae50cca244 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';
+ const VERSION = '4.6.2-rc1';
const MAJOR_VERSION = 4;