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:
authorallexzander <allexzander@users.noreply.github.com>2021-06-25 13:55:31 +0300
committerGitHub <noreply@github.com>2021-06-25 13:55:31 +0300
commit1045e10fb0e1f63aec1b0e5bea25aca59a16b23e (patch)
treeafa75cbad51fd7e37121b4b523c9dd77dccd7a72
parent100f48e5a93ffd9181e58233f3c6dbfc54765b6a (diff)
parent86932d097d415a0d290aca323c271bdc56ed56ff (diff)
Merge pull request #60 from nextcloud/update-3.2.3
Update to 3.2.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 93dda9e..caaecda 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-05-27 14:18';
-$ver = '3.2.2';
+$rel = '2021-06-25 12:00';
+$ver = '3.2.3';
$ver_str = 'Nextcloud Client ' . $ver;