Merge pull request #60216 from nextcloud/release/34.0.0_beta_4

34.0.0 beta 4
This commit is contained in:
Arthur Schiwon 2026-05-08 12:11:48 +02:00 committed by GitHub
commit d153156453
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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, 4];
$OC_Version = [34, 0, 0, 5];
// The human-readable string
$OC_VersionString = '34.0.0 beta 3';
$OC_VersionString = '34.0.0 beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [