Skip to content

Commit

Permalink
fix version info for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Jun 25, 2021
1 parent c5a24f7 commit 3fbc99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Mage.php
Expand Up @@ -222,7 +222,7 @@ public static function getOpenMageVersionInfo()
return array(
'major' => '20',
'minor' => '0',
'patch' => '10',
'patch' => '12',
'stability' => '', // beta,alpha,rc
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
);
Expand Down

0 comments on commit 3fbc99a

Please sign in to comment.