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-19 01:38:11 +0300
committerGitHub <noreply@github.com>2021-07-19 01:38:11 +0300
commit2eec91715c2cf7e71026e51c12b60c50abae5eff (patch)
tree07356ffcce18b69dbe64e8249ac9e8fe8c9cf6fc
parenta66417250c108adca3229ecca85b5587463fb95d (diff)
4.4.0-rc24.4.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4aceeb9956..53274e10f7 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-rc1';
+ const VERSION = '4.4.0-rc2';
const MAJOR_VERSION = 4;
public function isStableVersion($version)