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:
authordizzy <diosmosis@users.noreply.github.com>2021-05-11 05:57:12 +0300
committerGitHub <noreply@github.com>2021-05-11 05:57:12 +0300
commitb962e0680600137413cf7b89e8fdd97a9e02edb3 (patch)
tree1e969894c08fe88d7a01d71ecb70a7fef5e742f4 /core/Version.php
parent9722c459cb5e0c065be34066d8932726d8d1e198 (diff)
bump version and change update to new version (#17544)
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 055c1f27a4..e21c8637d8 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.3.0-rc1';
+ const VERSION = '4.3.0-rc2';
const MAJOR_VERSION = 4;
public function isStableVersion($version)