Fix indentation in version.php for Nextcloud version

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
pull/56791/head
Andy Scherzinger 2025-12-02 14:40:12 +07:00
parent 4f933d3505
commit f5620538b9
1 changed files with 1 additions and 1 deletions

@ -23,7 +23,7 @@ $OC_VersionCanBeUpgradedFrom = [
'10.13' => true,
'10.14' => true,
'10.15' => true,
'10.16' => true,
'10.16' => true,
],
];