From 671f573044ad78b0839d17be0b7c76ffa3c6745d Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 10 May 2022 23:53:19 +0200 Subject: [PATCH] chore: update AC data version (#11709) --- 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..8b70e4acb 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=v14 echo "#######################" echo "Client data downloader"