build: bump version to run sha265 for background job arguments migration

Follow-up for https://github.com/nextcloud/server/pull/47769

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/47930/head
Daniel Kesselberg 2024-09-12 17:57:39 +07:00
parent 2480567005
commit 0baa7ae27a
No known key found for this signature in database
GPG Key ID: 4A81C29F63464E8F
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, 2];
$OC_Version = [31, 0, 0, 3];
// The human-readable string
$OC_VersionString = '31.0.0 dev';