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>2022-07-08 12:39:07 +0300
committerGitHub <noreply@github.com>2022-07-08 12:39:07 +0300
commit5b2aaf8120aca17dfbebb049a560c689666cda72 (patch)
tree216945ecd7b036bfd8dde48312ac40626e077a85
parent7060ebb1d7db19b0817d8a6ee75977d4399bcf4d (diff)
parentcfc506054de7bae8d1dd0d6392cfa5cadd235119 (diff)
Merge pull request #33167 from nextcloud/release/22.2.10_rc2v22.2.10rc2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e29d289a808..fa712815d99 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, 10, 0];
+$OC_Version = [22, 2, 10, 1];
// The human readable string
-$OC_VersionString = '22.2.10 RC1';
+$OC_VersionString = '22.2.10 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [