fix version number

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-02-10 00:00:20 -06:00 committed by Joas Schilling
parent 9a526a2eb8
commit 0b17068c9e
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8

View file

@ -33,7 +33,7 @@ $OC_VersionString = '11.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'10.0' => true,
'9.1' => true,
'11.0' => true,
],
'owncloud' => [