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-09-18 23:35:13 +0300
committerGitHub <noreply@github.com>2022-09-18 23:35:13 +0300
commit7409e57755d2e0f7e4a50b19ea5ff553451fbac9 (patch)
treef9e1d6978655cfad9cab21a65d774032a40ccd13
parent6b7f7281ae3dbd7b1bf38c6713c403f19897d978 (diff)
Update Version to Matomo 4.12.0-rc14.12.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 ec30d71482..a8b9bcd7bb 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-b3';
+ const VERSION = '4.12.0-rc1';
const MAJOR_VERSION = 4;