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:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-09-30 15:59:51 +0300
committerFelix Weilbach <felix.weilbach@nextcloud.com>2021-09-30 15:59:51 +0300
commitf69a4fbafae1c89abd34f3c0f2f187702d02cbab (patch)
treec24e90f97077e71cac28e8825ec1e832a58acdc3
parent73b876d4cbc66d6625b811aaf14817fad8b91e81 (diff)
Update to desktop client 3.3.5distribute-3.3.5
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index a6b81fe..39eda08 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-09-21 10:00';
-$ver = '3.3.4';
+$rel = '2021-09-30 10:00';
+$ver = '3.3.5';
$ver_str = 'Nextcloud Client ' . $ver;