Browse Source

Allow upgrade from 22.1

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/28306/head
Julius Härtl 4 years ago
committed by GitHub
parent
commit
5f00d94c27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      version.php

2
version.php

@ -37,7 +37,7 @@ $OC_VersionString = '23.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'22.0' => true,
'22.1' => true,
'23.0' => true,
],
'owncloud' => [

Loading…
Cancel
Save