Skip to content

Commit ef8d060

Browse files
committed
Version bump
1 parent 9eb2626 commit ef8d060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Mage.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public static function getOpenMageVersionInfo()
217217
return [
218218
'major' => '20',
219219
'minor' => '0',
220-
'patch' => '18',
220+
'patch' => '19',
221221
'stability' => '', // beta,alpha,rc
222222
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
223223
];
@@ -226,7 +226,7 @@ public static function getOpenMageVersionInfo()
226226
return [
227227
'major' => '19',
228228
'minor' => '4',
229-
'patch' => '20',
229+
'patch' => '21',
230230
'stability' => '', // beta,alpha,rc
231231
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
232232
];

0 commit comments

Comments
 (0)