Skip to content

Commit c7d6d55

Browse files
authored
Version bump in preparation for release
1 parent bc47f11 commit c7d6d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Mage.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ public static function getOpenMageVersionInfo(): array
215215
if (self::getOpenMageMajorVersion() === 20) {
216216
return [
217217
'major' => '20',
218-
'minor' => '1',
219-
'patch' => '1',
218+
'minor' => '2',
219+
'patch' => '0',
220220
'stability' => '', // beta,alpha,rc
221221
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
222222
];
@@ -225,7 +225,7 @@ public static function getOpenMageVersionInfo(): array
225225
return [
226226
'major' => '19',
227227
'minor' => '5',
228-
'patch' => '1',
228+
'patch' => '2',
229229
'stability' => '', // beta,alpha,rc
230230
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
231231
];

0 commit comments

Comments
 (0)