aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-11-23 09:19:51 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-23 10:09:40 +0100
commit22343f9e58105e8f0932f76c6d90a88c192ff2ca (patch)
tree87c81eedd88724495603d52808adeb2838b7c8d2 /version.php
parent61572c1985f93ddc634c893415026e2cae826bf4 (diff)
downloadnextcloud-server-22343f9e58105e8f0932f76c6d90a88c192ff2ca.tar.gz
nextcloud-server-22343f9e58105e8f0932f76c6d90a88c192ff2ca.zip
feat(release): Bump Server version to 29
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php7
1 files changed, 3 insertions, 4 deletions
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,