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-05-03 04:53:48 +0300
committerGitHub <noreply@github.com>2022-05-03 04:53:48 +0300
commit34ea7bbfcbc5a79a5c7b675b8cd2134cdda74cbe (patch)
treed6e5bc55e3cef6f0f14cc603398a5077179198b8
parent66d31161bafc6ac738d19f4f2e75bd765cb6a877 (diff)
Update to 4.10.0-rc14.10.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 9b50b2eed2..4ba05f11bd 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.10.0-b1';
+ const VERSION = '4.10.0-rc1';
const MAJOR_VERSION = 4;