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>2018-11-19 04:38:59 +0300
committerGitHub <noreply@github.com>2018-11-19 04:38:59 +0300
commita0a04f2868547f4ec8be81696742b4f059bbe8c6 (patch)
tree6cb358b773edfd14cf2703f96f2e0636fc70fe42
parent869216d902d42b21129a44841db1169506985162 (diff)
3.7.0-rc33.7.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 d07087479f..24bb787cd0 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.7.0-rc2';
+ const VERSION = '3.7.0-rc3';
public function isStableVersion($version)
{