From 5f00d94c27d9d614c979923da1c1285abe554a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 4 Aug 2021 08:17:58 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a0daec794c049..0f7f176f04c14 100644 --- a/version.php +++ b/version.php @@ -37,7 +37,7 @@ $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '22.0' => true, + '22.1' => true, '23.0' => true, ], 'owncloud' => [