fix(lexicon): trigger core upgrade

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2025-10-21 11:38:42 -01:00
parent 26cf4c263f
commit 1301573fdc

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 = [32, 0, 1, 0];
$OC_Version = [32, 0, 1, 1];
// The human-readable string
$OC_VersionString = '32.0.1 RC1';