diff --git a/app/Mage.php b/app/Mage.php index 882b1da7b19..4468d92fa26 100644 --- a/app/Mage.php +++ b/app/Mage.php @@ -208,7 +208,7 @@ public static function getOpenMageVersionInfo(): array 'major' => '20', 'minor' => '1', 'patch' => '0', - 'stability' => 'rc3', // beta,alpha,rc + 'stability' => 'rc4', // beta,alpha,rc 'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9 ]; }