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:
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;