Skip to content

Commit

Permalink
bump version to 19.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana authored May 10, 2020
1 parent d673905 commit ef443a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public static function getOpenMageVersionInfo()
return array(
'major' => '19',
'minor' => '4',
'patch' => '2',
'patch' => '3',
'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 ef443a7

Please sign in to comment.