]> source.dussan.org Git - nextcloud-server.git/commitdiff
feat(release)!: Bump Server version to 31
authorJoas Schilling <coding@schilljs.com>
Wed, 14 Aug 2024 07:58:57 +0000 (09:58 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 14 Aug 2024 07:58:57 +0000 (09:58 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
version.php

index 54ea292908204fdaf2165706e0d2b5cd67b96390..19634c498075fe8a9aa5ccf06c629a9c5daa0f5f 100644 (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 = [30, 0, 0, 7];
+$OC_Version = [31, 0, 0, 0];
 
 // The human-readable string
-$OC_VersionString = '30.0.0 beta 5';
+$OC_VersionString = '31.0.0 dev';
 
 $OC_VersionCanBeUpgradedFrom = [
        'nextcloud' => [
-               '29.0' => true,
                '30.0' => true,
+               '31.0' => true,
        ],
        'owncloud' => [
                '10.13' => true,