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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-10-20 19:01:43 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-10-20 19:01:43 +0300
commited9199495efaf267e45adbf353a7dd3a5408a11d (patch)
tree930554ce0d0b6b3cbd181bee387c517f267e7918 /version.php
parent49e727fe6a655c01e55c45b36603186f41a6a905 (diff)
allow upgrading from 22.2.x
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 e126a663804..c6e163ad3e0 100644
--- a/version.php
+++ b/version.php
@@ -37,7 +37,7 @@ $OC_VersionString = '23.0.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '22.1' => true,
+ '22.2' => true,
'23.0' => true,
],
'owncloud' => [