Skip to content

Commit 3fbc99a

Browse files
authored
fix version info for release
1 parent c5a24f7 commit 3fbc99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Mage.php

Lines changed: 1 addition & 1 deletion
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' => '10',
225+
'patch' => '12',
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
);

0 commit comments

Comments
 (0)