diff options
author | Stefano Borzì <stefanoborzi32@gmail.com> | 2021-09-22 05:15:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 10:15:33 +0700 |
commit | 613daa83122d9d604547b5e2c7745b1b13fb59db (patch) | |
tree | 7f8d146c98f4d8c911683c6ce8eb7c9cb16984ee /apps/installer | |
parent | 51aac38f5993064a015e548b6968a7b973158aee (diff) |
chore(Bash/installer): update client-data version (#8000)
Diffstat (limited to 'apps/installer')
-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 8449afd103..186d2e7477 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" |