fix: bump OC_Version

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-05-07 12:51:21 +02:00
parent 20c09d1afb
commit beeee26218

View file

@ -9,7 +9,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
$OC_Version = [30, 0, 0, 0];
$OC_Version = [30, 0, 0, 1];
// The human-readable string
$OC_VersionString = '30.0.0 dev';