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:
authorStefan Giehl <stefan@matomo.org>2020-11-02 11:22:43 +0300
committerGitHub <noreply@github.com>2020-11-02 11:22:43 +0300
commit5132898ff38d3e3b41cffe1f334a0355e9d8f89c (patch)
treeb6f1d18f7d362716bfb3f47c14248dc75d18086a /core/Version.php
parentb123a03f4c1e14afaebe3696b15b1f28cc06c728 (diff)
bump version to 4.0.0-rc1
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1c4730999e..4f8084ef58 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-b4';
+ const VERSION = '4.0.0-rc1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)