From ba1a3f4f3b22143bf66649991e6f8afb7f13f5ef Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 10 Nov 2023 14:15:21 +0000 Subject: [PATCH] chore: bump version to 4.9.1 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 7cf7701..814301d 100755 --- a/quickemu +++ b/quickemu @@ -1554,7 +1554,7 @@ SOUND_CARD="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="4.9" +readonly VERSION="4.9.1" # TODO: Make this run the native architecture binary QEMU=$(command -v qemu-system-x86_64)