diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-10-24 22:42:29 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-10-25 18:03:19 +0200 |
commit | 1f90949e665a56617e5a783b51a84be3b17c1d15 (patch) | |
tree | 89ca0ebc2d9625b1e35a4808bcb683b07347b616 /config | |
parent | 9df3869bfc6a8ea998725d7b0af30a3230af2dad (diff) | |
download | nextcloud-server-1f90949e665a56617e5a783b51a84be3b17c1d15.tar.gz nextcloud-server-1f90949e665a56617e5a783b51a84be3b17c1d15.zip |
Set 2.0.0 as minimum requirement for the desktop client in config.sample.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index df1e2d16fc0..7f4b3345642 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1174,7 +1174,7 @@ $CONFIG = array( * client may not function as expected, and could lead to permanent data loss for * clients or other unexpected results. */ -'minimum.supported.desktop.version' => '1.7.0', +'minimum.supported.desktop.version' => '2.0.0', /** * EXPERIMENTAL: option whether to include external storage in quota |