Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Feb 2, 2023
1 parent 7c14539 commit a3ee71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static function getOpenMageVersionInfo()
return [
'major' => '20',
'minor' => '0',
'patch' => '19',
'patch' => '20',
'stability' => '', // beta,alpha,rc
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
];
Expand All @@ -226,7 +226,7 @@ public static function getOpenMageVersionInfo()
return [
'major' => '19',
'minor' => '4',
'patch' => '22',
'patch' => '23',
'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 a3ee71b

Please sign in to comment.