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>2022-01-27 14:42:32 +0300
committeralex-z <blackslayer4@gmail.com>2022-01-27 14:42:32 +0300
commit18893642daba4c1f5c5d27dad6c1557cf2fec2e7 (patch)
treecc1fa320676163f8899c17a7b649730b7ea3241f
parentb4764941fcbc0e3f85e1e3c5dbb83c88a7dadf62 (diff)
Distribute 3.4.2
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 2345b5e..dd6b6ca 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-12-21 19:00';
-$ver = '3.4.1';
+$rel = '2022-01-27 12:00';
+$ver = '3.4.2';
$ver_str = 'Nextcloud Client ' . $ver;