From b89eea668a28f608b71cc4289bc2d76b237fe294 Mon Sep 17 00:00:00 2001 From: Revision Date: Fri, 6 Jan 2023 20:54:59 +0100 Subject: [PATCH] fix(Apps): Update client data version (#14527) Update functions.sh --- 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 ea901c288..b9bdd9550 100644 --- a/apps/installer/includes/functions.sh +++ b/apps/installer/includes/functions.sh @@ -223,7 +223,7 @@ function inst_simple_restarter { function inst_download_client_data { # change the following version when needed - local VERSION=v15 + local VERSION=v16 echo "#######################" echo "Client data downloader"