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>2021-05-07 05:10:03 +0300
committerGitHub <noreply@github.com>2021-05-07 05:10:03 +0300
commitc8a8e5d9aea7d1bcb4904788b88ae4153ecb391a (patch)
tree4596e4209d1cfa09fe3cdfd6c22dba16af56ecb6
parent1fcc10569378263775a1f8a3e2429406da9423ce (diff)
4.3.0-rc14.3.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 26773d4c85..055c1f27a4 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-b4';
+ const VERSION = '4.3.0-rc1';
const MAJOR_VERSION = 4;
public function isStableVersion($version)