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-15 06:43:53 +0300
committerGitHub <noreply@github.com>2019-03-15 06:43:53 +0300
commit8edc76eee3ceeb5da8d3ad8403c2c2bf9c5bf8e9 (patch)
treeeb7d410a4cf0d7672d217890e7ff785aa68f2f9f
parent3474bf211f0119436c9439b1307bac601e673453 (diff)
3.9.0-rc13.9.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 ec3066efbd..fbf23ad189 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-b3';
+ const VERSION = '3.9.0-rc1';
public function isStableVersion($version)
{