From 22c664ad932c285978f519abf5064f4afd5351f0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 21 Feb 2022 05:30:27 +0000 Subject: [PATCH] Bump the version to 3.12 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 92a1d4e..a63689e 100755 --- a/quickemu +++ b/quickemu @@ -1132,7 +1132,7 @@ VMPATH="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="3.11" +readonly VERSION="3.12" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P, spice-webdavd and Samba. This path is not configurable.