Skip to content

Commit 4176402

Browse files
committed
Version bump in preparation for next release
1 parent 8d00914 commit 4176402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Mage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public static function getOpenMageVersionInfo(): array
215215
if (self::getOpenMageMajorVersion() === 20) {
216216
return [
217217
'major' => '20',
218-
'minor' => '4',
218+
'minor' => '5',
219219
'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
@@ -225,7 +225,7 @@ public static function getOpenMageVersionInfo(): array
225225
return [
226226
'major' => '19',
227227
'minor' => '5',
228-
'patch' => '2',
228+
'patch' => '3',
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)