From e0d615eb7e106a49933f027e87a74d60ee9ea2ed Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Mon, 15 May 2023 19:52:07 +0100 Subject: [PATCH] Version bump --- app/Mage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]; }