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:
authoralex-z <blackslayer4@gmail.com>2021-10-28 17:01:12 +0300
committeralex-z <blackslayer4@gmail.com>2021-10-28 17:01:12 +0300
commit753ee6f1eb98446da338ed77ca176339a3834c03 (patch)
tree1afdc9db4cc788a9659159842c0a6c574053ddf4
parent68aa4b61c34f8eac456dae4a0253b7c8d63194b4 (diff)
Update to desktop client 3.3.6
Signed-off-by: alex-z <blackslayer4@gmail.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 39eda08..3f40cf3 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-09-30 10:00';
-$ver = '3.3.5';
+$rel = '2021-10-28 10:00';
+$ver = '3.3.6';
$ver_str = 'Nextcloud Client ' . $ver;