Skip to content

Commit c8e3b52

Browse files
authored
bumped version (#4442)
1 parent a824c4f commit c8e3b52

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

0 commit comments

Comments
 (0)