From ee955e74abde50a6a1564b0ddc6517216d607de2 Mon Sep 17 00:00:00 2001 From: Luca Folloni Date: Wed, 5 Nov 2025 16:09:47 +0100 Subject: [PATCH] fix(Core): Update client data downloader version to v18 (#23544) --- apps/installer/includes/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/installer/includes/functions.sh b/apps/installer/includes/functions.sh index 28e5b4137..06f37d8bc 100644 --- a/apps/installer/includes/functions.sh +++ b/apps/installer/includes/functions.sh @@ -155,7 +155,7 @@ function inst_simple_restarter { function inst_download_client_data { # change the following version when needed - local VERSION=v17 + local VERSION=v18 echo "#######################" echo "Client data downloader"