Merge pull request #6878 from nextcloud/allow-migrating-from-10.0.3.3

Allow to migrate from 10.0.3.3
This commit is contained in:
Joas Schilling 2017-10-31 14:47:34 +01:00 committed by GitHub
commit 2857d784e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ $OC_VersionCanBeUpgradedFrom = [
'10.0.0.12' => true,
'10.0.1.5' => true,
'10.0.2.1' => true,
'10.0.3.3' => true,
],
];