diff options
author | UltraNix <80540499+UltraNix@users.noreply.github.com> | 2021-08-08 12:21:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 12:21:29 +0200 |
commit | 261d5c62cde1d0f8d2e951926da3dd8052363b37 (patch) | |
tree | 869bf1e54d850fad9a6522005edc25799852e325 /apps/installer/includes/functions.sh | |
parent | f01cb2d71b5da5be2a21170ffa8fe4bf118bcf77 (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.sh | 2 |
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" |