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