From f190e294dad2e67779b353acdac9e2fda7477d00 Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:51:30 +0000 Subject: [PATCH] fix(Bash/CLI): Bump Data to version 19 (#24025) Co-authored-by: FlyingArowana --- 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 7b02d2ef1..79fbb355d 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=19 + local VERSION=v19 echo "#######################" echo "Client data downloader"