From 2065da03e017fbd6a3cfdb23c3f452f6505ac213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 26 Sep 2022 19:17:25 +0200 Subject: [PATCH] Bump versions to upgrade from 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 05812defb33..c61835ff03d 100644 --- a/version.php +++ b/version.php @@ -37,8 +37,8 @@ $OC_VersionString = '26.0.0 dev'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '24.0' => true, '25.0' => true, + '26.0' => true, ], 'owncloud' => [ '10.5' => true,