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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-03 22:05:16 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-03 22:05:16 +0300
commit6e445aaaf3df9d167e6170fe4f1acff440052d24 (patch)
tree821ff5e9e6336f4d0f981472bfc9f52a219fd5fb /version.php
parent9c5c865f45f4e0c82820e150e386575313580df1 (diff)
Allow upgrades in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'version.php')
-rw-r--r--version.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/version.php b/version.php
index 7faeecfb30c..6b3f5f7b7a2 100644
--- a/version.php
+++ b/version.php
@@ -39,6 +39,7 @@ $OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'20.0' => true,
'21.0' => true,
+ '22.0' => true,
],
'owncloud' => [
'10.5' => true,