diff options
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index aa7ab7288f0..c8d7fb22970 100644 --- a/version.php +++ b/version.php @@ -41,7 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [ '25.0' => true, ], 'owncloud' => [ - '10.11' => true, + '10.13' => true, ], ]; |