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@yahoo.fr>2021-04-29 16:41:46 +0300
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-04-29 16:41:46 +0300
commit78a21ae4647f8fb002b488be2ac86facb6df5c1f (patch)
treeae36ce2292b2a567f6be55a77fbd486852c30b9f /config
parent5555e818dd4a7a41c8337cdbff9df9d05884d5dd (diff)
update to the latest desktop client release: v3.2.1
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
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 6100821..2f9e847 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-04-28 12:00';
-$ver = '3.2.0';
+$rel = '2021-04-29 16:00';
+$ver = '3.2.1';
$ver_str = 'Nextcloud Client ' . $ver;