Allow upgrades from ownCloud 10.0.8

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-05-16 14:42:00 +02:00
parent ecef73b273
commit cd303d8f05
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ $OC_VersionCanBeUpgradedFrom = [
'10.0.5.4' => true,
'10.0.6.1' => true,
'10.0.7.2' => true,
'10.0.8.5' => true,
],
];