Merge pull request #28945 from nextcloud/fix/can-upgrade-from

Allow upgrade from 22.2.0.0 to 22.2.0.1
This commit is contained in:
Julien Veyssier 2021-09-26 14:43:18 +02:00 committed by GitHub
commit f71919c967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ $OC_VersionCanBeUpgradedFrom = [
'21.0' => true,
'22.0' => true,
'22.1' => true,
'22.2' => true,
],
'owncloud' => [
'10.5' => true,