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 00:37:46 +0300
committerGitHub <noreply@github.com>2020-12-22 00:37:46 +0300
commit2cb0cb8f9202deae21f93ef2368d5fe9f683d380 (patch)
treeec51ab980794343419fff8ba0b2bb6b0059a80ef
parentcfa45b782eab7b161e228b43499102fb8c698d0d (diff)
4.1.0-rc24.1.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 a221096d75..e8945fbe91 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-rc1';
+ const VERSION = '4.1.0-rc2';
const MAJOR_VERSION = 4;
public function isStableVersion($version)