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-27 02:09:24 +0300
committerGitHub <noreply@github.com>2020-11-27 02:09:24 +0300
commitad2c670c23666f92debdb59e8bfa9e9ea55c4335 (patch)
tree772e75560aa90bfdf86e92a74b75c52e2b91597d
parent1fa10c628c751d43b346a909e68833d26d5c08ff (diff)
4.0.14.0.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 339dbe4052..a1e7f248d6 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-b1';
+ const VERSION = '4.0.1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)