diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-04-28 12:22:37 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-04-28 12:22:37 +0200 |
commit | 482b42e4c8b964a239a626b425b66064e9855a2b (patch) | |
tree | 41a8480058749377f4b3fac83c7a3b0438fd75f8 /version.php | |
parent | 400f378183da7daa1a953ac5f3a8a3bdcac12017 (diff) | |
download | nextcloud-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.php | 4 |
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' => [ |