From d8cf078daedd5c5ed654dea9ee6524b0a57cf1ba Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Fri, 28 Jul 2023 09:28:45 +0100 Subject: [PATCH] Version bump in preparation for next stable release --- app/Mage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Mage.php b/app/Mage.php index 85c028095c7..6c733fd664a 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' => 'rc7', // beta,alpha,rc + 'stability' => '', // 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' => 'rc7', // beta,alpha,rc + 'stability' => '', // beta,alpha,rc 'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9 ]; }