summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorStefano Borzì <stefanoborzi32@gmail.com>2022-06-22 01:06:34 +0200
committerGitHub <noreply@github.com>2022-06-21 19:06:34 -0400
commit66730674424f413a47d1627468b3faa9474cd44e (patch)
treed1d218bc065a51c5dd8bd17a19887bb85bc69c08 /apps
parentba81fa29192c1f97c986d4dbb08b41c9b0111831 (diff)
chore(Dashboard/functions.sh): update data version (#12140)
Diffstat (limited to 'apps')
-rw-r--r--apps/installer/includes/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/installer/includes/functions.sh b/apps/installer/includes/functions.sh
index 8b70e4acb6..ea901c288f 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"