Skip to content
Merged
2 changes: 1 addition & 1 deletion app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down