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-23 07:42:53 +0300
committerGitHub <noreply@github.com>2019-07-23 07:42:53 +0300
commit4c3665ba5a0f1cc965624efafe5c474acc740054 (patch)
tree0a8d2197be24c64b6a4db0906caa96e198b5261e
parenta6b67113218903e62ca7b32b006469bbbc813caf (diff)
3.11.0-rc23.11.0-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 befa16553e..8170c06b09 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-rc1';
+ const VERSION = '3.11.0-rc2';
public function isStableVersion($version)
{