mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05: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