From: Joas Schilling Date: Thu, 23 Nov 2023 08:19:51 +0000 (+0100) Subject: feat(release): Bump Server version to 29 X-Git-Tag: v29.0.0beta1~804^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=22343f9e58105e8f0932f76c6d90a88c192ff2ca;p=nextcloud-server.git feat(release): Bump Server version to 29 Signed-off-by: Joas Schilling --- diff --git a/version.php b/version.php index e7b660177c3..7cf870d5d0a 100644 --- a/version.php +++ b/version.php @@ -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,