Test CI bump version

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
Carl Schwan 2025-10-08 15:42:02 +02:00
parent 8f21e3523b
commit 84aa0c2a30

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