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>2021-08-02 05:46:36 +0300
committerGitHub <noreply@github.com>2021-08-02 05:46:36 +0300
commitf57a5313f7923c60e55c2b101351bccaae287330 (patch)
tree9a73bc6215e3f3abd2d2b066935230400f35d6e4
parent8e94678be5328cf3a7aa913e1639d5c6127acfd4 (diff)
Release 4.4.1 :rocket:4.4.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 5212928748..8c0ebd1d8d 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.4.1-rc1';
+ const VERSION = '4.4.1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)