]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(update): Allow updating from 27.1 to 28 41079/head
authorJoas Schilling <coding@schilljs.com>
Tue, 24 Oct 2023 07:29:12 +0000 (09:29 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 24 Oct 2023 07:29:12 +0000 (09:29 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
version.php

index be8a527e987b074b9ade4f1e9320529701eeec48..72b0ea24cc5e60fe5e046d128769fcf1875b6792 100644 (file)
@@ -38,6 +38,7 @@ $OC_VersionString = '28.0.0 dev';
 $OC_VersionCanBeUpgradedFrom = [
        'nextcloud' => [
                '27.0' => true,
+               '27.1' => true,
                '28.0' => true,
        ],
        'owncloud' => [