From e0ab00e5f16e2c389974c2efdab0f4d32b611a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 3 Aug 2021 22:03:51 +0200 Subject: [PATCH] Allow upgrade from 22.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- version.php | 1 + 1 file changed, 1 insertion(+) diff --git a/version.php b/version.php index 3f5e3de7ce9f2..592a2f1f6ed35 100644 --- a/version.php +++ b/version.php @@ -39,6 +39,7 @@ 'nextcloud' => [ '21.0' => true, '22.0' => true, + '22.1' => true, ], 'owncloud' => [ '10.5' => true,