summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-30 17:28:56 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-30 17:28:56 +0200
commit282eea58e5c899ce34d3e3a14e0b639999b1deb1 (patch)
treeee1de0a97bc425bc2a1c9f9bbc4bee4538c4f062 /version.php
parentec9a9e571375a6daefce1e72e33b751fbd6b18cc (diff)
downloadnextcloud-server-282eea58e5c899ce34d3e3a14e0b639999b1deb1.tar.gz
nextcloud-server-282eea58e5c899ce34d3e3a14e0b639999b1deb1.zip
24.0.5 RC1
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 60128ceaf5c..c3886da442d 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/patchlevel
// when updating major/minor version number.
-$OC_Version = [24, 0, 4, 1];
+$OC_Version = [24, 0, 5, 0];
// The human readable string
-$OC_VersionString = '24.0.4';
+$OC_VersionString = '24.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [