Skip to content

Commit 16c8e84

Browse files
committed
bump version
1 parent ea21cf9 commit 16c8e84

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.github/changelog/version_20.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
4+
5+
6+
## v20.1.0 - unreleased
7+
8+
9+
10+
## v20.0.0 - 2020-06-28
11+
12+
Identical to v19.4.4
13+

app/Mage.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ public static function getOpenMageVersion()
213213
public static function getOpenMageVersionInfo()
214214
{
215215
return array(
216-
'major' => '19',
217-
'minor' => '4',
218-
'patch' => '4',
216+
'major' => '20',
217+
'minor' => '0',
218+
'patch' => '0',
219219
'stability' => '', // beta,alpha,rc
220220
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
221221
);

0 commit comments

Comments
 (0)