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:
authorJulius Härtl <jus@bitgrid.net>2021-08-04 09:17:58 +0300
committerGitHub <noreply@github.com>2021-08-04 09:17:58 +0300
commit5f00d94c27d9d614c979923da1c1285abe554a3d (patch)
tree29df3f7a02ad49f7cb9d2a867185617614be4edb /version.php
parent386fa2e807af7a401651a8df2e920b1a055d82ee (diff)
Allow upgrade from 22.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
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' => [