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:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-12-02 20:49:13 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-12-02 20:49:13 +0300
commit2658bc29f3a11b0a2edef36d252d2e05c40a20d3 (patch)
tree1afdc9db4cc788a9659159842c0a6c574053ddf4
parent21cf97d0390b931e1f7a9064592a197fccd09ee4 (diff)
Revert "Merge pull request #69 from nextcloud/update-client"
This reverts commit 21cf97d0390b931e1f7a9064592a197fccd09ee4, reversing changes made to cef4569db5adb1475236c2c12f8b086582f84197.
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 69d28c8..3f40cf3 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-11-30 10:00';
-$ver = '3.4.0';
+$rel = '2021-10-28 10:00';
+$ver = '3.3.6';
$ver_str = 'Nextcloud Client ' . $ver;