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>2019-10-29 07:16:14 +0300
committerGitHub <noreply@github.com>2019-10-29 07:16:14 +0300
commitb2c001f957e0f6c1ec46a315f60b39073ca7a139 (patch)
tree8d6e5f5e5f3a7a067174c1267ecd9f6fc2c676fa
parent2edbd2706ed3fc0732dcdc16e87130aed0bebe85 (diff)
3.12.0-rc33.12.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8d25d333c4..1a5c804f23 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.12.0';
+ const VERSION = '3.12.0-rc3';
public function isStableVersion($version)
{