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-04-13 04:36:35 +0300
committerGitHub <noreply@github.com>2022-04-13 04:36:35 +0300
commit9766116a222eed57a99c3a723bbbb03f4c651168 (patch)
tree41f970e67c9a79ad270fa15266feb5591e4ab7cc
parent1a8fb29fbe0ee95293d4b4c994e98f198a1e13a9 (diff)
Update version to 4.9.04.9.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 2a6a8016e9..7e5655b8a4 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.9.0-rc1';
+ const VERSION = '4.9.0';
const MAJOR_VERSION = 4;