From 77720506c02bb8be1fc2d8ddbad06dc181aeb940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Mon, 25 Apr 2022 21:21:40 +0200 Subject: [PATCH] chore: update AC data version (#11535) --- 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 98908bfd2..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=v13 + local VERSION=v14 echo "#######################" echo "Client data downloader"