Skip to content

Commit 24e9ce7

Browse files
committed
Version bump in preparation for next stable release
1 parent 94da880 commit 24e9ce7

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
@@ -208,7 +208,7 @@ public static function getOpenMageVersionInfo(): array
208208
'major' => '20',
209209
'minor' => '1',
210210
'patch' => '0',
211-
'stability' => 'rc7', // beta,alpha,rc
211+
'stability' => '', // beta,alpha,rc
212212
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
213213
];
214214
}
@@ -217,7 +217,7 @@ public static function getOpenMageVersionInfo(): array
217217
'major' => '19',
218218
'minor' => '5',
219219
'patch' => '0',
220-
'stability' => 'rc7', // beta,alpha,rc
220+
'stability' => '', // beta,alpha,rc
221221
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
222222
];
223223
}

0 commit comments

Comments
 (0)