summaryrefslogtreecommitdiff
path: root/apps/installer/includes
diff options
context:
space:
mode:
authorStefano Borzì <stefanoborzi32@gmail.com>2021-09-22 05:15:33 +0200
committerGitHub <noreply@github.com>2021-09-22 10:15:33 +0700
commit613daa83122d9d604547b5e2c7745b1b13fb59db (patch)
tree7f8d146c98f4d8c911683c6ce8eb7c9cb16984ee /apps/installer/includes
parent51aac38f5993064a015e548b6968a7b973158aee (diff)
chore(Bash/installer): update client-data version (#8000)
Diffstat (limited to 'apps/installer/includes')
-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 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"