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-15 12:53:22 +0300
committerGitHub <noreply@github.com>2021-02-15 12:53:22 +0300
commit1f01258385d42dcf9d2c8e6316560aae9d9c06c0 (patch)
tree39ef30bbb4858fb95d3bb4ca275fc59b577a9be8
parent060d4a80d93bacfbebaf9b149404aeac11fcc30c (diff)
4.1.2-rc14.1.2-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 446e88ff5f..fbad1ba43b 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-b2';
+ const VERSION = '4.1.2-rc1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)