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-12-22 08:04:38 +0300
committerGitHub <noreply@github.com>2020-12-22 08:04:38 +0300
commit6d891da9c9b0b120e91ba27f66ebd270f5a9ab82 (patch)
tree7afeb3d5e2a0744697c0ac3678a414005ebf0cb2
parent2cb0cb8f9202deae21f93ef2368d5fe9f683d380 (diff)
4.1.04.1.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 e8945fbe91..3c5c288cae 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.1.0-rc2';
+ const VERSION = '4.1.0';
const MAJOR_VERSION = 4;
public function isStableVersion($version)