diff --git a/app/Mage.php b/app/Mage.php index 2c5d36e1994..f1dd766a258 100644 --- a/app/Mage.php +++ b/app/Mage.php @@ -217,7 +217,7 @@ public static function getOpenMageVersionInfo() return [ 'major' => '20', 'minor' => '0', - 'patch' => '18', + 'patch' => '19', '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() return [ 'major' => '19', 'minor' => '4', - 'patch' => '20', + 'patch' => '21', 'stability' => '', // beta,alpha,rc 'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9 ];