feat(release): Bump Server version to 29

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-11-23 09:19:51 +01:00
parent 61572c1985
commit 22343f9e58
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with 3 additions and 4 deletions

View File

@ -30,16 +30,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 = [28, 0, 0, 6];
$OC_Version = [29, 0, 0, 0];
// The human-readable string
$OC_VersionString = '28.0.0 beta 4';
$OC_VersionString = '29.0.0 dev';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'27.0' => true,
'27.1' => true,
'28.0' => true,
'29.0' => true,
],
'owncloud' => [
'10.13' => true,