Skip to content

Commit

Permalink
Merge pull request #29342 from nextcloud/fix/noid/upgrade-22.2-to-23
Browse files Browse the repository at this point in the history
allow upgrading from 22.2.x
  • Loading branch information
blizzz authored Oct 20, 2021
2 parents 4dc226e + ed91994 commit 5f95a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'22.1' => true,
'22.2' => true,
'23.0' => true,
],
'owncloud' => [
Expand Down

0 comments on commit 5f95a06

Please sign in to comment.