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-07-24 01:33:35 +0300
committerGitHub <noreply@github.com>2019-07-24 01:33:35 +0300
commite236d140a7b7f28995117ae10e2155735127f873 (patch)
tree43f7511cce746039346427323f5d7f6310e34dc5
parent827e0f08e957dbe018125176da838668f3571c2d (diff)
:tada: 3.11.0 :rocket:3.11.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 8170c06b09..85fc914442 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.11.0-rc2';
+ const VERSION = '3.11.0';
public function isStableVersion($version)
{