aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-28 11:21:17 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-28 11:21:17 +0100
commitf0c367b46c2ac8bafc8fdce38cf773dd31b14f2e (patch)
tree84b5fe35001c0b36d7d4818b3557c11e8e26e3bf /version.php
parentb08563df3209b234948271a912a4d233ae1aa974 (diff)
downloadnextcloud-server-f0c367b46c2ac8bafc8fdce38cf773dd31b14f2e.tar.gz
nextcloud-server-f0c367b46c2ac8bafc8fdce38cf773dd31b14f2e.zip
feat(release)!: Bump Server version to 30
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 edd42567335..a0b6fe052cb 100644
--- a/version.php
+++ b/version.php
@@ -30,15 +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 = [29, 0, 0, 13];
+$OC_Version = [30, 0, 0, 0];
// The human-readable string
-$OC_VersionString = '29.0.0 beta 6';
+$OC_VersionString = '30.0.0 dev';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '28.0' => true,
'29.0' => true,
+ '30.0' => true,
],
'owncloud' => [
'10.13' => true,