From 1f90949e665a56617e5a783b51a84be3b17c1d15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?=
 <DeepDiver1975@users.noreply.github.com>
Date: Mon, 24 Oct 2016 22:42:29 +0200
Subject: [PATCH] Set 2.0.0 as minimum requirement for the desktop client in
 config.sample.php

---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab