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-11-04 10:46:41 +0300
committerGitHub <noreply@github.com>2021-11-04 10:46:41 +0300
commit8cd54a278906211fa42f8388e3089161dd58ecca (patch)
treed0881d79b0a75763720e3e4d18b5a741ad3960f2
parentfd35e9c13b18d2b2c6a56b6bf1c2b3441a5dd342 (diff)
parentf2f07f3c8677d9024773f8609f575e10774c9635 (diff)
Merge pull request #29538 from nextcloud/version/22.2.1/rc1v22.2.1rc1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index cc39cd0f830..a2855fbaf4b 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, 2];
+$OC_Version = [22, 2, 1, 0];
// The human readable string
-$OC_VersionString = '22.2.0';
+$OC_VersionString = '22.2.1 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [