From 66730674424f413a47d1627468b3faa9474cd44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Wed, 22 Jun 2022 01:06:34 +0200 Subject: [PATCH] chore(Dashboard/functions.sh): update data version (#12140) --- 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 8b70e4acb..ea901c288 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=v14 + local VERSION=v15 echo "#######################" echo "Client data downloader"