From: Joas Schilling Date: Tue, 24 Oct 2023 07:29:12 +0000 (+0200) Subject: fix(update): Allow updating from 27.1 to 28 X-Git-Tag: v28.0.0beta1~70^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7f9aec1e8ccc8a4888c807b94b254ff10945e1a0;p=nextcloud-server.git fix(update): Allow updating from 27.1 to 28 Signed-off-by: Joas Schilling --- diff --git a/version.php b/version.php index be8a527e987..72b0ea24cc5 100644 --- a/version.php +++ b/version.php @@ -38,6 +38,7 @@ $OC_VersionString = '28.0.0 dev'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ '27.0' => true, + '27.1' => true, '28.0' => true, ], 'owncloud' => [