build(hub): 34.0.0 RC5

Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
This commit is contained in:
Worker Builder 2026-06-05 07:53:26 +00:00
parent 5afe283923
commit 2cea2a37a2
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C

View file

@ -11,10 +11,10 @@ declare(strict_types=1);
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
$OC_Version = [34, 0, 0, 10];
$OC_Version = [34, 0, 0, 11];
// The human-readable string
$OC_VersionString = '34.0.0 RC4';
$OC_VersionString = '34.0.0 RC5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [