diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-08-04 08:17:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 08:17:58 +0200 |
commit | 5f00d94c27d9d614c979923da1c1285abe554a3d (patch) | |
tree | 29df3f7a02ad49f7cb9d2a867185617614be4edb /version.php | |
parent | 386fa2e807af7a401651a8df2e920b1a055d82ee (diff) | |
download | nextcloud-server-5f00d94c27d9d614c979923da1c1285abe554a3d.tar.gz nextcloud-server-5f00d94c27d9d614c979923da1c1285abe554a3d.zip |
Allow upgrade from 22.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index a0daec794c0..0f7f176f04c 100644 --- a/version.php +++ b/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' => [ |