From d7b1032fea3c0d6884d206bb03815d7884bd8ad9 Mon Sep 17 00:00:00 2001 From: Remko de Bruin Date: Tue, 1 Mar 2022 22:11:30 +0100 Subject: [PATCH] feat(bash): bumped inst_download_client_data to v13 (#10755) --- 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 31c17f8f4..98908bfd2 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=v12 + local VERSION=v13 echo "#######################" echo "Client data downloader"