Skip to content

Commit 797d2a0

Browse files
committed
Version bump
1 parent f274090 commit 797d2a0

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
@@ -207,7 +207,7 @@ public static function getOpenMageVersionInfo(): array
207207
return [
208208
'major' => '20',
209209
'minor' => '1',
210-
'patch' => '0',
210+
'patch' => '1',
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' => '0',
219+
'patch' => '1',
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)