From 613daa83122d9d604547b5e2c7745b1b13fb59db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Wed, 22 Sep 2021 05:15:33 +0200 Subject: [PATCH] chore(Bash/installer): update client-data version (#8000) --- 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 8449afd10..186d2e747 100644 --- a/apps/installer/includes/functions.sh +++ b/apps/installer/includes/functions.sh @@ -219,7 +219,7 @@ function inst_simple_restarter { function inst_download_client_data { # change the following version when needed - local VERSION=v11 + local VERSION=v12 echo "#######################" echo "Client data downloader"