]> source.dussan.org Git - nextcloud-server.git/commitdiff
feat(release): Bump Server version to 29
authorJoas Schilling <coding@schilljs.com>
Thu, 23 Nov 2023 08:19:51 +0000 (09:19 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 23 Nov 2023 09:09:40 +0000 (10:09 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
version.php

index e7b660177c36ea3906298941f5aac71bf3973f31..7cf870d5d0afda0072b2df98897fcc7df3f561de 100644 (file)
 // 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,