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-07-28 00:28:46 +0300
committerGitHub <noreply@github.com>2021-07-28 00:28:46 +0300
commit6ef2e84c6f1badb4c826c8c4d867a7d095f9fdfc (patch)
treee5fccfe4a9fd849e2997c791d9fed311c925e678 /core/Version.php
parentfbaf3454fda32d8567a3206b3e80fa7ec9c9805c (diff)
4.4.0-rc3
a regression made it in, and will be fixed with https://github.com/matomo-org/matomo/pull/17822
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 53274e10f7..9bd0ad0a11 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.0-rc2';
+ const VERSION = '4.4.0-rc3';
const MAJOR_VERSION = 4;
public function isStableVersion($version)