chore: bump version to 4.9.5

This commit is contained in:
Martin Wimpress 2024-05-13 01:18:58 +01:00 committed by Martin Wimpress
parent 90c373f0ab
commit 70055b746e
1 changed files with 1 additions and 1 deletions

View File

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