From 890929fdbfb3fd0ad53ce761ef140a0bcb910c26 Mon Sep 17 00:00:00 2001 From: Flyingmana Date: Sat, 27 Jul 2024 19:08:22 +0200 Subject: [PATCH] bump version --- app/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Mage.php b/app/Mage.php index 4eed1372607..e52278f171b 100644 --- a/app/Mage.php +++ b/app/Mage.php @@ -214,7 +214,7 @@ public static function getOpenMageVersionInfo(): array return [ 'major' => '20', 'minor' => '10', - 'patch' => '0', + 'patch' => '2', 'stability' => '', // beta,alpha,rc 'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9 ];