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:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-10-30 15:12:22 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-10-30 15:12:22 +0300
commit4b5943360ed6584bcd756d598d117b6804f13af0 (patch)
tree2ab0d3f229628141c343fddad599147b2110631e
parente0b945b658d87eadd8da35f4216e637c1c8e9f73 (diff)
Get the updater to serve 3.0.3
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
-rw-r--r--config/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.php b/config/config.php
index 06de09c..9a2f3fc 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,11 +21,11 @@
declare(strict_types=1);
-$rel = '2020-09-28 18:00';
-$ver = '3.0.2';
+$rel = '2020-10-30 12:00';
+$ver = '3.0.3';
-$old_rel = '2020-09-03 17:00';
-$old_ver = '3.0.1';
+$old_rel = '2020-09-28 18:00';
+$old_ver = '3.0.2';
// in 90% of the cases ship the old version. Otherwise ship the current version.
if (rand(0, 9) !== 2) {