From ed9199495efaf267e45adbf353a7dd3a5408a11d Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 20 Oct 2021 18:01:43 +0200 Subject: [PATCH] allow upgrading from 22.2.x Signed-off-by: Arthur Schiwon --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index e126a6638046a..c6e163ad3e054 100644 --- a/version.php +++ b/version.php @@ -37,7 +37,7 @@ $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '22.1' => true, + '22.2' => true, '23.0' => true, ], 'owncloud' => [