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-08 03:42:04 +0300
committerGitHub <noreply@github.com>2022-03-08 03:42:04 +0300
commitf2f6c3d1e7fe00cceb86feaa184049737f3ba45e (patch)
tree578beac66a698a1441ba1951fb71c11f1b3fccd7
parentaa71a21596f684533aedaf6f8644345aa79883c3 (diff)
Update version to 4.8.0 (#18893)4.8.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 e529898fbc..ad030d351e 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-rc1';
+ const VERSION = '4.8.0';
const MAJOR_VERSION = 4;