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-01 04:49:18 +0300
committerJustin Velluppillai <justin@innocraft.com>2022-03-01 04:49:18 +0300
commitf4d99c82471aecf3297f4dc5cf0dc9cccb32dfd2 (patch)
treeb29da88252478643e325647ff26ee41397d3f3d4
parent626b333d6434e7a20c5b4ffe38e3d62a0bb8ae11 (diff)
Update version to 4.8.0-rc14.8.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 a5a57de219..e529898fbc 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.7.1';
+ const VERSION = '4.8.0-rc1';
const MAJOR_VERSION = 4;