From aec73f622e2ab6fe861cf0e6772c3cce144d6a82 Mon Sep 17 00:00:00 2001 From: Haruka Date: Tue, 26 Mar 2024 22:37:00 +0100 Subject: [PATCH] Fix update for 5.8.11 --- update/versions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update/versions.php b/update/versions.php index 898c663ea..83bd8c4c7 100644 --- a/update/versions.php +++ b/update/versions.php @@ -39,4 +39,6 @@ '5.8.7' => 'update_5.8.7.php', '5.8.8' => '', '5.8.9' => '', + '5.8.10' => '', + '5.8.11' => '', );