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-03-31 05:46:02 +0300
committerGitHub <noreply@github.com>2022-03-31 05:46:02 +0300
commite3a86dfe1807e78d73115512e22a5e3ffeb9e702 (patch)
treefd3b167c88fab4015852c80b1dba84a1bb3f6e64
parent09e1412dcd0e142c760eb5447af254a817b7b056 (diff)
Update version to 4.9.0-rc14.9.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 ad030d351e..2a6a8016e9 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.8.0';
+ const VERSION = '4.9.0-rc1';
const MAJOR_VERSION = 4;