From 9ebf81ba4649904d2fc00913dadd9501c3d1b90c Mon Sep 17 00:00:00 2001 From: 0x4A6F <0x4A6F@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:40:35 +0200 Subject: [PATCH] chore: bump version to 4.9 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 6a696fc..49f3cd5 100755 --- a/quickemu +++ b/quickemu @@ -1540,7 +1540,7 @@ SOUND_CARD="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="4.8" +readonly VERSION="4.9" # TODO: Make this run the native architecture binary QEMU=$(command -v qemu-system-x86_64)