chore(release): Bump version to 34

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2026-01-22 08:44:56 +01:00
parent 2ae3988c23
commit 9530b810f1
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -9,15 +9,15 @@
// 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, 11];
$OC_Version = [34, 0, 0, 0];
// The human-readable string
$OC_VersionString = '33.0.0 beta 5';
$OC_VersionString = '34.0.0 dev';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'32.0' => true,
'33.0' => true,
'34.0' => true,
],
'owncloud' => [
'10.13' => true,