aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-28 12:22:37 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-28 12:22:37 +0200
commit482b42e4c8b964a239a626b425b66064e9855a2b (patch)
tree41a8480058749377f4b3fac83c7a3b0438fd75f8 /version.php
parent400f378183da7daa1a953ac5f3a8a3bdcac12017 (diff)
downloadnextcloud-server-482b42e4c8b964a239a626b425b66064e9855a2b.tar.gz
nextcloud-server-482b42e4c8b964a239a626b425b66064e9855a2b.zip
24.0.0 RC3
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 462a8bf8838..929c60438e5 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, 0, 10];
+$OC_Version = [24, 0, 0, 11];
// The human readable string
-$OC_VersionString = '24.0.0 RC2';
+$OC_VersionString = '24.0.0 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [