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:07:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-03 22:07:38 +0300
commitaefcc03b78289a197c2c3b5c4f2f694f3812b7f7 (patch)
tree2433f9004598fc3a271dbdb45a299f24c25dd1d8 /version.php
parent6e445aaaf3df9d167e6170fe4f1acff440052d24 (diff)
Do not allow upgrade from Nextcloud 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'version.php')
-rw-r--r--version.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/version.php b/version.php
index 6b3f5f7b7a2..7b5cbe38ffb 100644
--- a/version.php
+++ b/version.php
@@ -37,7 +37,6 @@ $OC_VersionString = '22.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '20.0' => true,
'21.0' => true,
'22.0' => true,
],