Bump version

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-04-25 12:44:37 +02:00
parent c877bd3f7e
commit 59ce66b9ea
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -30,7 +30,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [24, 0, 0, 9];
$OC_Version = [24, 0, 0, 10];
// The human readable string
$OC_VersionString = '24.0.0 RC1';