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