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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-18 15:58:39 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-18 15:58:39 +0300
commit6c7bc8ac98961841b6305d50918df789e8db5514 (patch)
tree731fa91d05655d4726de9fa8e96634962a4cb41c
parent7be83b23f4858e1901f11b2cda15b67a792e40e5 (diff)
23 RC 3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bbf7d48387e..d60383e7758 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 = [23, 0, 0, 8];
+$OC_Version = [23, 0, 0, 9];
// The human readable string
-$OC_VersionString = '23.0.0 RC2';
+$OC_VersionString = '23.0.0 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [