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-09-23 11:12:38 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-09-23 11:12:38 +0300
commitf5ed8073b850b49fda15ddfaae8a84d2b6529322 (patch)
treeb798ba7453a8cb295c4a7f7dc93c977a675a9b69
parent815ec82cd072264052499bae572d33b976d4259b (diff)
22.2.0 RC2
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 83cc6eb2773..bf152515ef5 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 = [22, 2, 0, 0];
+$OC_Version = [22, 2, 0, 1];
// The human readable string
-$OC_VersionString = '22.2.0 RC1';
+$OC_VersionString = '22.2.0 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [