diff --git a/quickemu b/quickemu index 9f3c270..17f739e 100755 --- a/quickemu +++ b/quickemu @@ -1443,7 +1443,7 @@ EXTRA_ARGS="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="3.15" +readonly VERSION="3.16" # TODO: Make this run the native architecture binary QEMU=$(command -v qemu-system-x86_64)