chore: update version to 4.9.3. close #458

This commit is contained in:
Martin Wimpress 2024-04-11 22:44:18 +01:00 committed by Martin Wimpress
parent f018aee3aa
commit 0d5b97e186
1 changed files with 1 additions and 1 deletions

View File

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