diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-02-03 20:05:16 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-02-03 20:05:16 +0100 |
commit | 6e445aaaf3df9d167e6170fe4f1acff440052d24 (patch) | |
tree | 821ff5e9e6336f4d0f981472bfc9f52a219fd5fb /version.php | |
parent | 9c5c865f45f4e0c82820e150e386575313580df1 (diff) | |
download | nextcloud-server-6e445aaaf3df9d167e6170fe4f1acff440052d24.tar.gz nextcloud-server-6e445aaaf3df9d167e6170fe4f1acff440052d24.zip |
Allow upgrades in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 1 |
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, |