Skip to content

Commit 68a5ec5

Browse files
committed
Version bump
1 parent 5610151 commit 68a5ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Mage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public static function getOpenMageVersionInfo(): array
213213
if (self::getOpenMageMajorVersion() === 20) {
214214
return [
215215
'major' => '20',
216-
'minor' => '9',
216+
'minor' => '10',
217217
'patch' => '0',
218218
'stability' => '', // beta,alpha,rc
219219
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9

0 commit comments

Comments
 (0)