From 95b5f84816710bb20b10411a850d90ba1bb8468d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 27 Oct 2021 15:46:37 +0100 Subject: [PATCH] Bump version to 2.2.8 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 392a797..841ab2e 100755 --- a/quickemu +++ b/quickemu @@ -1001,7 +1001,7 @@ VMPATH="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="2.2.7" +readonly VERSION="2.2.8" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P, spice-webdavd and Samba. This path is not configurable.