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-09-21 11:06:37 +0300
committerGitHub <noreply@github.com>2021-09-21 11:06:37 +0300
commit73b876d4cbc66d6625b811aaf14817fad8b91e81 (patch)
treed0226197711015c71be47f1b36735fd4caaa1e74
parent031cad6cc84bbb22fd2314394cbf5e905fe9ca38 (diff)
parent540107bbaa1a47a1abce1c527c719181c8287ecd (diff)
Merge pull request #66 from nextcloud/distribute-3.3.4
Distribute 3.3.4
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 1b0ca75..a6b81fe 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-09-03 12:00';
-$ver = '3.3.3';
+$rel = '2021-09-21 10:00';
+$ver = '3.3.4';
$ver_str = 'Nextcloud Client ' . $ver;