Skip to content

Commit

Permalink
Version bump for next release (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Dec 19, 2022
1 parent 92a9e9d commit f91b7a1
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' => '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
];
Expand All @@ -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
];
Expand Down

0 comments on commit f91b7a1

Please sign in to comment.