From 513a1b18c9e5d7b18e76445cd05d2ad8dab0cdbc Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 14 Jun 2023 12:33:25 +0100 Subject: [PATCH] chore: bump version to 4.8 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index a1e8763..4f4d602 100755 --- a/quickemu +++ b/quickemu @@ -1516,7 +1516,7 @@ EXTRA_ARGS="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="4.7" +readonly VERSION="4.8" # TODO: Make this run the native architecture binary QEMU=$(command -v qemu-system-x86_64)