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:
authorJustin Velluppillai <justin@innocraft.com>2022-10-02 22:59:41 +0300
committerGitHub <noreply@github.com>2022-10-02 22:59:41 +0300
commitadbd5c391e3f1e68e7306aeb32bb4897a951dc16 (patch)
treeda52dc398760f976538abdd18bc13b7b6f0098dc
parent74863fd38c215afb79d0d23c4977346941532a97 (diff)
Release Matomo 4.12.0-rc24.12.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 a8b9bcd7bb..5f632dd6ab 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,7 +21,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.12.0-rc1';
+ const VERSION = '4.12.0-rc2';
const MAJOR_VERSION = 4;