summaryrefslogtreecommitdiff
path: root/apps/installer/includes/functions.sh
diff options
context:
space:
mode:
authorUltraNix <80540499+UltraNix@users.noreply.github.com>2021-08-08 12:21:29 +0200
committerGitHub <noreply@github.com>2021-08-08 12:21:29 +0200
commit261d5c62cde1d0f8d2e951926da3dd8052363b37 (patch)
tree869bf1e54d850fad9a6522005edc25799852e325 /apps/installer/includes/functions.sh
parentf01cb2d71b5da5be2a21170ffa8fe4bf118bcf77 (diff)
fix(Core/Collision): typo in VMap BIH generation. (#7066)
* Core/Collision: Fix typo in VMap BIH generation. Fixed #5768. * Bump vmap and mmap versions. * chore: update data version in the bash installer
Diffstat (limited to 'apps/installer/includes/functions.sh')
-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 68317faa60..8449afd103 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=v10
+ local VERSION=v11
echo "#######################"
echo "Client data downloader"