From 0822bc34d77a87927c8236fe4924c3174b29698d Mon Sep 17 00:00:00 2001 From: sudlud Date: Thu, 16 Oct 2025 00:44:13 +0200 Subject: [PATCH] fix(apps/installer): bump client-data to v17 (#23256) --- 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 9dbe2652c..3bc7e13e4 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=v16 + local VERSION=v17 echo "#######################" echo "Client data downloader"