Skip to content

Commit f824bc8

Browse files
committed
Version bump in preparation for release
1 parent 876519d commit f824bc8

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
@@ -206,8 +206,8 @@ public static function getOpenMageVersionInfo(): array
206206
if (self::getOpenMageMajorVersion() === 20) {
207207
return [
208208
'major' => '20',
209-
'minor' => '1',
210-
'patch' => '1',
209+
'minor' => '2',
210+
'patch' => '0',
211211
'stability' => '', // beta,alpha,rc
212212
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
213213
];
@@ -216,7 +216,7 @@ public static function getOpenMageVersionInfo(): array
216216
return [
217217
'major' => '19',
218218
'minor' => '5',
219-
'patch' => '1',
219+
'patch' => '2',
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
];

0 commit comments

Comments
 (0)