From 2a9d45530799837fd40495b0e720cf1ea01e4de7 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 30 Dec 2024 12:22:55 +0000 Subject: [PATCH] chore: bump version to 4.9.7 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 835e2286ef..62d703e086 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.6" +readonly VERSION="4.9.7" # TODO: Make this run the native architecture binary ARCH_VM="x86_64"