Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Jun 28, 2020
1 parent ea21cf9 commit 16c8e84
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/changelog/version_20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@





## v20.1.0 - unreleased



## v20.0.0 - 2020-06-28

Identical to v19.4.4

6 changes: 3 additions & 3 deletions app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ public static function getOpenMageVersion()
public static function getOpenMageVersionInfo()
{
return array(
'major' => '19',
'minor' => '4',
'patch' => '4',
'major' => '20',
'minor' => '0',
'patch' => '0',
'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 16c8e84

Please sign in to comment.