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-01-17 14:28:47 +0300
committerGitHub <noreply@github.com>2022-01-17 14:28:47 +0300
commit93fda5154d6de518e56d7ba8a6b2383e3f3a3382 (patch)
tree3ff7ff0f7bb0573c80cc74f9ac602ecdcc2e5582
parent253d5024715542152a623f0c2bbfe3a1e74cd9d0 (diff)
parent2d147a4c4cbefd48b508ee564e9c6737ac2e6b94 (diff)
Merge pull request #30678 from nextcloud/release/23.0.1rc2v23.0.1rc2
23.0.1 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c680ca16615..f591f6f745a 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, 1, 0];
+$OC_Version = [23, 0, 1, 1];
// The human readable string
-$OC_VersionString = '23.0.1 RC1';
+$OC_VersionString = '23.0.1 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [