From ef8d4218de5960e3a666873c6365813ea69d0ed4 Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:27:25 +0000 Subject: [PATCH] fix(Bash/CLI): Bump Data to version 19 (#24023) 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 3c9b2edba..7b02d2ef1 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.0 + local VERSION=19 echo "#######################" echo "Client data downloader"