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:
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' => [