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-05-31 10:46:17 +0300
committerGitHub <noreply@github.com>2021-05-31 10:46:17 +0300
commit2697c52c0f7f191610f913424bab21b725d0d795 (patch)
tree63c2f92dfe62d838d83961d3137e675ad54b4c82
parentc1fdcf21517684dd1ae39e3755abde804984832f (diff)
parent6df1f53a9cbc5f6e31a6f96d4eb915044aa53d4c (diff)
Merge pull request #55 from nextcloud/update-desktop-3.2.2
Update desktop to 3.2.2
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 2f9e847..2ab5647 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-04-29 16:00';
-$ver = '3.2.1';
+$rel = '2021-05-27 14:18';
+$ver = '3.2.2';
$ver_str = 'Nextcloud Client ' . $ver;