aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-11-27 22:54:40 +0100
committerskjnldsv <skjnldsv@protonmail.com>2024-11-27 22:55:40 +0100
commit63b74dc506fd7bed8dd5ab1662d7d0ef5e1a5afe (patch)
treef59359828f0a0745b2e37de71e49f998c5d6b564 /config
parent6230849e4692a49bc40f7781e96cc81c04f409a3 (diff)
downloadnextcloud-server-63b74dc506fd7bed8dd5ab1662d7d0ef5e1a5afe.tar.gz
nextcloud-server-63b74dc506fd7bed8dd5ab1662d7d0ef5e1a5afe.zip
chore(config): set min supported desktop to `2.7.0`
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ab094c09fb2..f9dd9210336 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2132,9 +2132,9 @@ $CONFIG = [
* client may not function as expected, and could lead to permanent data loss for
* clients or other unexpected results.
*
- * Defaults to ``2.3.0``
+ * Defaults to ``2.7.0``
*/
-'minimum.supported.desktop.version' => '2.3.0',
+'minimum.supported.desktop.version' => '2.7.0',
/**
* The maximum Nextcloud desktop client version that will be allowed to sync with