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-09-23 13:16:15 +0300
committerGitHub <noreply@github.com>2021-09-23 13:16:15 +0300
commitc78148c57a5f547ea5106f353469e33c170b41c9 (patch)
tree3b0764578f48fa14bbe37a7dce74f0f896c2e641
parente47f7690c4644ef1fa94899ea7f3e91691da18f7 (diff)
parentf5ed8073b850b49fda15ddfaae8a84d2b6529322 (diff)
Merge pull request #28938 from nextcloud/version/22.2.0/rc2v22.2.0rc2
22.2.0 RC2
-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' => [