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:
authorStefan Giehl <stefan@matomo.org>2022-04-12 10:17:04 +0300
committerGitHub <noreply@github.com>2022-04-12 10:17:04 +0300
commitc45534af3667986cb7b282111f2e683e94fa44c7 (patch)
tree44045e18567a48defa8bea848493e8fa11cb548f /core/Version.php
parent5d8f340a1f114f76d246660710cee113c735540f (diff)
Adds update script to remove broken scheduled reports from db (#19062)
* Adds update script to remove broken scheduled reports from db * Update core/Updates/4.10.0-b1.php Co-authored-by: Ben Burgess <88810029+bx80@users.noreply.github.com> Co-authored-by: Ben Burgess <88810029+bx80@users.noreply.github.com>
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 2a6a8016e9..9b50b2eed2 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,4 +1,5 @@
<?php
+
/**
* Matomo - free/libre analytics platform
*
@@ -20,7 +21,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.9.0-rc1';
+ const VERSION = '4.10.0-b1';
const MAJOR_VERSION = 4;