From d13509b5a7dcc175c2eb5fc8620237734ce88a2c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 11 Dec 2022 20:47:44 +0000 Subject: [PATCH] Bump version to 4.5 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index fb4dd53..31471ea 100755 --- a/quickemu +++ b/quickemu @@ -1498,7 +1498,7 @@ EXTRA_ARGS="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="4.4" +readonly VERSION="4.5" # TODO: Make this run the native architecture binary QEMU=$(command -v qemu-system-x86_64)