diff options
author | Stefano Borzì <stefanoborzi32@gmail.com> | 2022-06-22 01:06:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 19:06:34 -0400 |
commit | 66730674424f413a47d1627468b3faa9474cd44e (patch) | |
tree | d1d218bc065a51c5dd8bd17a19887bb85bc69c08 /apps | |
parent | ba81fa29192c1f97c986d4dbb08b41c9b0111831 (diff) |
chore(Dashboard/functions.sh): update data version (#12140)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/installer/includes/functions.sh | 2 |
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" |