From bd7d45a4123cc3edd50e6adaf7dd976f24c77a1c Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Thu, 13 Apr 2023 14:51:07 +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 4468d92fa26..8e9b7bd16cc 100644 --- a/app/Mage.php +++ b/app/Mage.php @@ -217,7 +217,7 @@ public static function getOpenMageVersionInfo(): array 'major' => '19', 'minor' => '5', '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 ]; }