Skip to content

Commit 4005bc3

Browse files
sreichelkiatng
andauthored
Show correct version for main branch (#4137)
* Rector: CQ - UnusedForeachValueToArrayKeysRector (#1) * Rector: CQ - UnusedForeachValueToArrayKeysRector See Rector\CodeQuality\Rector\Foreach_\UnusedForeachValueToArrayKeysRector * fixes + phpstan See fix at rector: rectorphp/rector-src#6164 * Show correct version * Revert "Rector: CQ - UnusedForeachValueToArrayKeysRector (#1)" This reverts commit 3d7eaf6. --------- Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
1 parent 5d0569c commit 4005bc3

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
@@ -214,7 +214,7 @@ public static function getOpenMageVersionInfo(): array
214214
return [
215215
'major' => '20',
216216
'minor' => '10',
217-
'patch' => '0',
217+
'patch' => '2',
218218
'stability' => '', // beta,alpha,rc
219219
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
220220
];

0 commit comments

Comments
 (0)