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>2020-11-28 00:20:17 +0300
committerGitHub <noreply@github.com>2020-11-28 00:20:17 +0300
commit774c5e461a458ca673bdf7c8aed9e763f69a2241 (patch)
tree295b047760fa9e06be598a72bf6a27c0ddfe1251
parent0bda965acd68727c98bf5d7c47e9d572f2f0fadd (diff)
4.0.24.0.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a1e7f248d6..666e335bc9 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.0.1';
+ const VERSION = '4.0.2';
const MAJOR_VERSION = 4;
public function isStableVersion($version)