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-08-25 00:34:29 +0300
committerGitHub <noreply@github.com>2021-08-25 00:34:29 +0300
commit211e14859a1d70af1a54e35ecf9ea362e11777ef (patch)
tree37f69be02653d34c767fb3411859fec01f53a9a6
parent09921e94f4aacd731f799a17f33420ea2eb04bd8 (diff)
parent39c73581c1b52f4d728aec58a484e6009e242268 (diff)
Merge pull request #28590 from nextcloud/release/22.1.1-rc2v22.1.1rc2
22.1.1-rc2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0f49bd02ffa..0de4747e0d9 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, 1, 1, 0];
+$OC_Version = [22, 1, 1, 1];
// The human readable string
-$OC_VersionString = '22.1.1 RC1';
+$OC_VersionString = '22.1.1 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [