Skip to content

Commit 3b14b96

Browse files
committed
Version bump
1 parent 3f07160 commit 3b14b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Mage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public static function getOpenMageVersionInfo(): array
217217
'major' => '20',
218218
'minor' => '1',
219219
'patch' => '0',
220-
'stability' => 'rc5', // beta,alpha,rc
220+
'stability' => 'rc6', // beta,alpha,rc
221221
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
222222
];
223223
}
@@ -226,7 +226,7 @@ public static function getOpenMageVersionInfo(): array
226226
'major' => '19',
227227
'minor' => '5',
228228
'patch' => '0',
229-
'stability' => 'rc5', // beta,alpha,rc
229+
'stability' => 'rc6', // beta,alpha,rc
230230
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
231231
];
232232
}

0 commit comments

Comments
 (0)