aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2024-03-05 09:37:15 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-03-05 09:37:15 +0100
commita2f39bf2a70f2eea3fd47d744820004a02ebe23d (patch)
tree1216642fff82d08faebe3ccc3b0692c22b749e2a /version.php
parent80e4193d4ff292733d68253169f29847c295e424 (diff)
downloadnextcloud-server-a2f39bf2a70f2eea3fd47d744820004a02ebe23d.tar.gz
nextcloud-server-a2f39bf2a70f2eea3fd47d744820004a02ebe23d.zip
29.0.0 beta 1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 48c9498ea66..611c76497ea 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// 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, 6];
+$OC_Version = [29, 0, 0, 7];
// The human-readable string
-$OC_VersionString = '29.0.0 dev';
+$OC_VersionString = '29.0.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [