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-08-17 13:33:28 +0300
committerGitHub <noreply@github.com>2018-08-17 13:33:28 +0300
commit9227214071990af8ae68aa6b7a3b1c527bb7359f (patch)
tree4847813bffb0bf241d29320ba2a5d3b358ff20c7
parent46ed8c2eef4990688c1188b31bc8d8229087daab (diff)
3.6.0-rc13.6.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 b76dd1c164..21b6d9ce7f 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.6.0-b5';
+ const VERSION = '3.6.0-rc1';
public function isStableVersion($version)
{