From 0d5b97e186e286210a9ce18ea552de4709781c9e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 11 Apr 2024 22:44:18 +0100 Subject: [PATCH] chore: update version to 4.9.3. close #458 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 814a377..d4e1ed4 100755 --- a/quickemu +++ b/quickemu @@ -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)