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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-01 12:30:42 +0300
committerGitHub <noreply@github.com>2021-07-01 12:30:42 +0300
commit863686c28358e43730c999008c31b8938a090506 (patch)
tree5047bf037d0cfb6bd4dda8f028a12c273ce174ff
parente2c96aebd1d7db7da21cb5e40af59a457ed545df (diff)
parentf6e544119a911396a9e22a0f2af373279616016a (diff)
Merge pull request #27706 from nextcloud/version/22.0.0/rc2v22.0.0rc2
22.0.0 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index dbecd27c450..803ed74c2f6 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, 0, 0, 9];
+$OC_Version = [22, 0, 0, 10];
// The human readable string
-$OC_VersionString = '22.0.0 RC1';
+$OC_VersionString = '22.0.0 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [