chore: bump version to 4.9.1

This commit is contained in:
Martin Wimpress 2023-11-10 14:15:21 +00:00
parent e0fce7b1df
commit ba1a3f4f3b
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -1554,7 +1554,7 @@ SOUND_CARD=""
# shellcheck disable=SC2155
readonly LAUNCHER=$(basename "${0}")
readonly DISK_MIN_SIZE=$((197632 * 8))
readonly VERSION="4.9"
readonly VERSION="4.9.1"
# TODO: Make this run the native architecture binary
QEMU=$(command -v qemu-system-x86_64)