From 5b14be93e0d9e43d11c02e8b6f58064f0bb9506a Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 19 Sep 2022 11:32:44 +0100 Subject: [PATCH] Bump version to 4.2 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 144d8de..06cf346 100755 --- a/quickemu +++ b/quickemu @@ -1496,7 +1496,7 @@ EXTRA_ARGS="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="4.1" +readonly VERSION="4.2" # TODO: Make this run the native architecture binary QEMU=$(command -v qemu-system-x86_64)