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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2022-02-03 07:02:12 +0300
committerGitHub <noreply@github.com>2022-02-03 07:02:12 +0300
commit4f1edc24869edefd37b0a78f2bda81708834f7f6 (patch)
treebebae2e2c851697d8480534fd0d72e6dfdb55dc7
parentd4b430cb5c8b64711be10cdb6e5dffef7caacd97 (diff)
4.7.14.7.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d07e7ca1f8..a5a57de219 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-b1';
+ const VERSION = '4.7.1';
const MAJOR_VERSION = 4;