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:
authorMichael Schuster <michael@schuster.ms>2020-02-23 02:50:12 +0300
committerMichael Schuster <michael@schuster.ms>2020-02-23 02:50:12 +0300
commit99588ca1154b7230df5f59cbdf9c0f1ba105cf29 (patch)
tree214b77ccc8c1e52f3bf49bf784287bd17295daf3
parentd631e12605894ec8a4bab23c71f67f5a0ccac470 (diff)
Update 2.6.2: Fix release date (Dec 2019)
Signed-off-by: Michael Schuster <michael@schuster.ms>
-rw-r--r--config/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.php b/config/config.php
index 8a16186..ba9fd42 100644
--- a/config/config.php
+++ b/config/config.php
@@ -26,7 +26,7 @@ declare(strict_types=1);
*/
return [
'Nextcloud' => [
- 'release' => '2019-02-24 17:05',
+ 'release' => '2019-12-24 17:05',
'linux' => [
'version' => '2.6.2',
'versionstring' => 'Nextcloud Client 2.6.2',