Skip to content

Commit 0d7b9ca

Browse files
authored
Version bump
1 parent a640d7b commit 0d7b9ca

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
@@ -222,7 +222,7 @@ public static function getOpenMageVersionInfo()
222222
return array(
223223
'major' => '20',
224224
'minor' => '0',
225-
'patch' => '13',
225+
'patch' => '14',
226226
'stability' => '', // beta,alpha,rc
227227
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
228228
);
@@ -231,7 +231,7 @@ public static function getOpenMageVersionInfo()
231231
return array(
232232
'major' => '19',
233233
'minor' => '4',
234-
'patch' => '15',
234+
'patch' => '16',
235235
'stability' => '', // beta,alpha,rc
236236
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
237237
);

0 commit comments

Comments
 (0)