Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-09-27 10:19:50 +0300
committerGitHub <noreply@github.com>2022-09-27 10:19:50 +0300
commit265f744ff8d8f676ca57297cbc6d18705c0d8801 (patch)
treeb89e773be31c65f4caf84cd2063b9ec06a7daf53
parent69287aa99f29361832ec8e68a9273dda6e626839 (diff)
parent2065da03e017fbd6a3cfdb23c3f452f6505ac213 (diff)
Merge pull request #34267 from nextcloud/bugfix/upgrade-from-26
Bump versions to upgrade from
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
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,