Allow to migrate from 10.0.3.3

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-10-19 16:59:54 +02:00
parent 8b0842f020
commit 2d1929cb1e
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
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,
],
];