From b272f503ff72ad1ed041581a7270c875362f06b9 Mon Sep 17 00:00:00 2001 From: Luca Folloni Date: Wed, 5 Nov 2025 17:18:17 +0100 Subject: [PATCH] fix(Core): Change client data downloader version to v18.0 (#23546) --- 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 06f37d8bc..3c9b2edba 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=v18 + local VERSION=v18.0 echo "#######################" echo "Client data downloader"