mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #28945 from nextcloud/fix/can-upgrade-from
Allow upgrade from 22.2.0.0 to 22.2.0.1
This commit is contained in:
commit
f71919c967
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ $OC_VersionCanBeUpgradedFrom = [
|
|||
'21.0' => true,
|
||||
'22.0' => true,
|
||||
'22.1' => true,
|
||||
'22.2' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
'10.5' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue