Allow upgrade from 22.1

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2021-08-03 22:03:51 +02:00 committed by GitHub
parent a45d94af7b
commit e0ab00e5f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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