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-03 15:44:10 +0300
committerGitHub <noreply@github.com>2021-09-03 15:44:10 +0300
commit031cad6cc84bbb22fd2314394cbf5e905fe9ca38 (patch)
tree0bc68d52d9a30d5657fbb328a2902c717f1fa3e6
parente36d04c434502b4e821162f129fd07f136589763 (diff)
parente40bbf79a714a4a45f8e58b2ab1e7024936fb7af (diff)
Merge pull request #65 from nextcloud/distribute-3.3.3
Distribute 3.3.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 a3d3d10..1b0ca75 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-08-26 17:21';
-$ver = '3.3.2';
+$rel = '2021-09-03 12:00';
+$ver = '3.3.3';
$ver_str = 'Nextcloud Client ' . $ver;