Skip to content

Commit ae12e16

Browse files
authored
Version bump
1 parent 3a4bb04 commit ae12e16

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
@@ -215,7 +215,7 @@ public static function getOpenMageVersionInfo(): array
215215
if (self::getOpenMageMajorVersion() === 20) {
216216
return [
217217
'major' => '20',
218-
'minor' => '3',
218+
'minor' => '4',
219219
'patch' => '0',
220220
'stability' => '', // beta,alpha,rc
221221
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9

0 commit comments

Comments
 (0)