Merge pull request #40987 from nextcloud/backport/40977/stable27

[stable27] Update version.php to owncloud 10.13
This commit is contained in:
Andy Scherzinger 2023-10-19 16:55:32 +02:00 committed by GitHub
commit 1d73d95665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ $OC_VersionCanBeUpgradedFrom = [
'27.1' => true,
],
'owncloud' => [
'10.11' => true,
'10.13' => true,
],
];