From f2f9f5d04c4f320cb2aa4a717b39b86d3dba4141 Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Thu, 13 Apr 2023 14:49:01 +0100 Subject: [PATCH] Version bump --- app/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }