From c8910710056c5a458aacd3849a97fbe1c7912a99 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 55edbb9d71a2b..bed4a59f1a01c 100644 --- a/version.php +++ b/version.php @@ -42,7 +42,7 @@ '27.1' => true, ], 'owncloud' => [ - '10.11' => true, + '10.13' => true, ], ];