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-03-19 07:50:18 +0300
committerGitHub <noreply@github.com>2019-03-19 07:50:18 +0300
commit4bf164f1ea6bbd3b06c80c4e1f1244969ae3e71f (patch)
tree26a10b80dd5f2b2fe3e35c6c110f97dbfef01dc6
parent7d0c3c65ea7dae9b415fd017c63699c641826e8a (diff)
3.9.03.9.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 1317ec6616..9a086fd2b2 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.9.0-rc2';
+ const VERSION = '3.9.0';
public function isStableVersion($version)
{