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
path: root/config
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-12-21 21:03:40 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-12-21 21:03:40 +0300
commited24e25c381dc9a0134ead000846b227166f40f6 (patch)
tree86855ea24d2c5fd13c32de8467e0fb3450684f23 /config
parent9939bda41dd5290b474478364733552514d770a5 (diff)
update to 3.4.1
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'config')
-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..2345b5e 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-12-21 19:00';
+$ver = '3.4.1';
$ver_str = 'Nextcloud Client ' . $ver;