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 05:03:41 +0300
committerGitHub <noreply@github.com>2018-11-19 05:03:41 +0300
commit4baf32cfe4fbe246381bc385d74bf3ab841fee1a (patch)
tree3fe8e412ef7a2ba35ce97a601a0c3107318732ae
parenta0a04f2868547f4ec8be81696742b4f059bbe8c6 (diff)
3.7.03.7.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 24bb787cd0..9d43b05673 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-rc3';
+ const VERSION = '3.7.0';
public function isStableVersion($version)
{