Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-04-28 15:33:13 +0300
committerGitHub <noreply@github.com>2022-04-28 15:33:13 +0300
commit04055e79c0295baffd912801cba8d915b65f297f (patch)
tree30c6610bb0e410096e7fee177d698c4cab3e9074
parent16bc8af0f35bea91821feb80226443811a121cad (diff)
parent482b42e4c8b964a239a626b425b66064e9855a2b (diff)
Merge pull request #32207 from nextcloud/release/rc3/24v24.0.0rc3
24.0.0 RC3
-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' => [