diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-06-09 14:28:20 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-06-09 14:28:20 +0200 |
commit | ba5434fbf3473fe1aea5a85ca90bd090c18c92b4 (patch) | |
tree | c6cd0debfff1cc0738d2ac09b248e6325d48e1e3 /version.php | |
parent | 254cb7ad0cb2ebf31ca3124c48ef3de2b6e45e56 (diff) | |
download | nextcloud-server-ba5434fbf3473fe1aea5a85ca90bd090c18c92b4.tar.gz nextcloud-server-ba5434fbf3473fe1aea5a85ca90bd090c18c92b4.zip |
24.0.2 RC1
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 e14d975634d..b706843ee63 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, 1, 1]; +$OC_Version = [24, 0, 2, 0]; // The human readable string -$OC_VersionString = '24.0.1'; +$OC_VersionString = '24.0.2 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |