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-18 01:46:25 +0300
committerGitHub <noreply@github.com>2019-07-18 01:46:25 +0300
commitcc21aefe567d10e025b31f64c2c12e5c2b84c89a (patch)
treef786db98e93df33cb2a6c07b929d316ee87612c5
parentffd09877f0d9ecd56f4baf436979272cba9abbc9 (diff)
3.11.0-rc13.11.0-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 e340bc683a..befa16553e 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-b2';
+ const VERSION = '3.11.0-rc1';
public function isStableVersion($version)
{