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:17:25 +0300
committerGitHub <noreply@github.com>2019-10-29 07:17:25 +0300
commit9d6b5c2f50a89d4e06b136ebdb49056ad3eb6440 (patch)
tree931667ea134b0438d2bc6565fb5cdbd129a607b9
parentb2c001f957e0f6c1ec46a315f60b39073ca7a139 (diff)
:boom: 3.12.0 release :boom:3.12.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1a5c804f23..8d25d333c4 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-rc3';
+ const VERSION = '3.12.0';
public function isStableVersion($version)
{