Skip to content

Commit bd7d45a

Browse files
authored
Version bump
1 parent f2f9f5d commit bd7d45a

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
@@ -217,7 +217,7 @@ public static function getOpenMageVersionInfo(): array
217217
'major' => '19',
218218
'minor' => '5',
219219
'patch' => '0',
220-
'stability' => 'rc3', // beta,alpha,rc
220+
'stability' => 'rc4', // 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)