From df54196febcd1ebcef927cd4b39b6974a21f8819 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sun, 19 Jul 2026 21:43:55 +0200 Subject: [PATCH] fix(CI): fix data version v20 to v20.0 (#26697) --- 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 fce8cdb44..f20dd8ee9 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=v20 + local VERSION=v20.0 echo "#######################" echo "Client data downloader"