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 05:30:38 +0300
committerGitHub <noreply@github.com>2019-03-19 05:30:38 +0300
commit73ef47a0e6c803e4b1885dfacdff89c91419329d (patch)
treed0803846f0d7b4ed19b51caa25035bc7695951a1
parentf5d425c42c7b8db165fb7cbca34c6252ebb775ff (diff)
3.9.0-rc23.9.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 fbf23ad189..1317ec6616 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-rc1';
+ const VERSION = '3.9.0-rc2';
public function isStableVersion($version)
{