build: bump version to force 32bit test

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/47611/head
Arthur Schiwon 2024-08-29 19:13:19 +07:00
parent 381e922085
commit 79b34aa816
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

@ -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 = [31, 0, 0, 1];
$OC_Version = [31, 0, 0, 2];
// The human-readable string
$OC_VersionString = '31.0.0 dev';