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@yahoo.fr>2022-03-18 18:25:38 +0300
committerGitHub <noreply@github.com>2022-03-18 18:25:38 +0300
commit0ca4b539f6ab8c457571869702f144b03491c2ee (patch)
treeba3cc04eb80d73e4e76d4ad6bc5ae2f9fd71dc06
parentd4dcb94b30f0b7181879982a986702ba5fcb9efd (diff)
parent6ab51d480f640c735cdd4b17e03714eea76552a7 (diff)
Merge pull request #76 from nextcloud/3.4.3
Distribute 3.4.3.
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index dd6b6ca..8ed65a2 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2022-01-27 12:00';
-$ver = '3.4.2';
+$rel = '2022-02-28 12:00';
+$ver = '3.4.3';
$ver_str = 'Nextcloud Client ' . $ver;