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-02-18 06:59:02 +0300
committerGitHub <noreply@github.com>2021-02-18 06:59:02 +0300
commit4da61c3b8135ad1eb79b521c223a695ec9d58550 (patch)
tree0a2eb5b1771609ddc9d5d718552ea14f068b29aa
parent715ded1af3cfd7d93f94fe58f5e0ecb8d8b5634c (diff)
4.1.2-rc24.1.2-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 fbad1ba43b..1b856ca1e3 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.2-rc1';
+ const VERSION = '4.1.2-rc2';
const MAJOR_VERSION = 4;
public function isStableVersion($version)