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>2021-11-18 17:28:12 +0300
committerGitHub <noreply@github.com>2021-11-18 17:28:12 +0300
commitd9e25f5f3248bc48e81c5f6101ba2dfb09478504 (patch)
treea7c65213c278ad44fa325de8e316627f97d03b29
parent6c95b4694897d6bbfcf1cb99ee6d40ab70951278 (diff)
parent6c7bc8ac98961841b6305d50918df789e8db5514 (diff)
Merge pull request #29766 from nextcloud/version/23rc3v23.0.0rc3
23 RC 3
-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' => [