From c2024d249054e71af38816c9de704668f3c36876 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 30 Dec 2024 13:18:23 +0000 Subject: [PATCH] chore: bump version to 4.9.8 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 62d703e..cb30c87 100755 --- a/quickemu +++ b/quickemu @@ -1914,7 +1914,7 @@ VMPATH="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="4.9.7" +readonly VERSION="4.9.8" # TODO: Make this run the native architecture binary ARCH_VM="x86_64"