From 4218d6ee43cdb1e59673fca3619ca5a5428cb3e7 Mon Sep 17 00:00:00 2001 From: Rello Date: Thu, 19 Oct 2023 14:37:05 +0200 Subject: [PATCH] Update version.php to owncloud 10.13 ownCloud's current version is 10.13 migration was tested with a customer; documentation was adjusted https://github.com/nextcloud/documentation/pull/11225 Signed-off-by: Rello --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 012b016eb5b..be8a527e987 100644 --- a/version.php +++ b/version.php @@ -41,7 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [ '28.0' => true, ], 'owncloud' => [ - '10.11' => true, + '10.13' => true, ], ];