Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-11-30 16:46:28 +0300
committerCamila <hello@camila.codes>2021-11-30 16:46:28 +0300
commitaec8e48c7a0d6bd3f0be1dbb71518d6836a20d59 (patch)
tree91eb089d0da773079e8d92bfcf9936e180fae222
parentcef4569db5adb1475236c2c12f8b086582f84197 (diff)
Update desktop client version to 3.4.0.
Signed-off-by: Camila <hello@camila.codes>
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 3f40cf3..69d28c8 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-10-28 10:00';
-$ver = '3.3.6';
+$rel = '2021-11-30 10:00';
+$ver = '3.4.0';
$ver_str = 'Nextcloud Client ' . $ver;