Fix indentation in version.php for Nextcloud version

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-12-02 14:40:12 +01:00
parent ea34d66711
commit 1528972dff

View file

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