aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-08-14 09:58:57 +0200
committerJoas Schilling <coding@schilljs.com>2024-08-14 09:58:57 +0200
commit7b53a85bb6d34cab0846fde04ae66b2c2c20679e (patch)
tree354e52f418ef9f7c1cae6f93994c2b78f031a439 /version.php
parent04944aaa23d7f986ad62d8710b4f4d02fab224bc (diff)
downloadnextcloud-server-7b53a85bb6d34cab0846fde04ae66b2c2c20679e.tar.gz
nextcloud-server-7b53a85bb6d34cab0846fde04ae66b2c2c20679e.zip
feat(release)!: Bump Server version to 31
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php
index 54ea2929082..19634c49807 100644
--- a/version.php
+++ b/version.php
@@ -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,