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-11 01:12:59 +0300
committerGitHub <noreply@github.com>2020-11-11 01:12:59 +0300
commit1f91b320ec00049ac106f5db1854d22ac2e39b1b (patch)
treea3537913012003ab196957bcc88eacbaf7a54f69 /core/Version.php
parentb984ce602987468004cf75579055c7dcb350a1a0 (diff)
Fix build (#16698)
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 4f8084ef58..9e4e5cbe2c 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-rc1';
+ const VERSION = '4.0.0-rc2';
const MAJOR_VERSION = 4;
public function isStableVersion($version)