From 45b09c1f5e386faddc3c9a3e618a95393048251b Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 9 Oct 2021 14:32:30 +0100 Subject: [PATCH] Bump version to 2.2.4 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index ca7c49c..c5dba09 100755 --- a/quickemu +++ b/quickemu @@ -831,7 +831,7 @@ VMPATH="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="2.2.3" +readonly VERSION="2.2.4" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P, spice-webdavd and Samba. This path is not configurable.