mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Fix indentation in version.php for Nextcloud version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
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,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue