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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-11-19 23:02:48 +0300
committerGitHub <noreply@github.com>2020-11-19 23:02:48 +0300
commitdd84571b133c7909e2e8c7ed0c968c61005ee970 (patch)
tree67712083457fb756adf6481b55d0570e142cfa58
parent7642ab0d1755ea9c8b85a21b245b21f16c07f749 (diff)
Bump version to rc64.0.0-rc6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index fcd98e05d2..af3c4b5034 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.0.0-rc5';
+ const VERSION = '4.0.0-rc6';
const MAJOR_VERSION = 4;
public function isStableVersion($version)