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-08-26 18:21:40 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-26 18:21:40 +0300
commit6a91fd433096cc5cc1f19f3da87881458abbb789 (patch)
tree48631883dd37e58fe786a46fa865cd1a5cc8ef12
parentbd11648558317cb30d3cf309518c6ad0a63213d2 (diff)
publish 3.3.2 desktop client release
Signed-off-by: Matthieu Gallien <matthieu.gallien@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 b823ad4..a3d3d10 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-08-12 12:00';
-$ver = '3.3.1';
+$rel = '2021-08-26 17:21';
+$ver = '3.3.2';
$ver_str = 'Nextcloud Client ' . $ver;