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
parent9722c459cb5e0c065be34066d8932726d8d1e198 (diff)
bump version and change update to new version (#17544)
-rw-r--r--core/Updates/4.3.0-rc2.php (renamed from core/Updates/4.3.0-b5.php)4
-rw-r--r--core/Version.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/Updates/4.3.0-b5.php b/core/Updates/4.3.0-rc2.php
index 0c6e405125..9246997727 100644
--- a/core/Updates/4.3.0-b5.php
+++ b/core/Updates/4.3.0-rc2.php
@@ -17,9 +17,9 @@ use Piwik\Db;
use Piwik\Common;
/**
- * Update for version 4.3.0-b5.
+ * Update for version 4.3.0-rc2.
*/
-class Updates_4_3_0_b5 extends PiwikUpdates
+class Updates_4_3_0_rc2 extends PiwikUpdates
{
/**
* @var MigrationFactory
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)