From 16f379e0442393a5b23aa06f3ea29d5bd0c7dac5 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 13 Nov 2021 15:57:50 +0000 Subject: [PATCH] Bump version to 2.3.2 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 45c5caf..711cace 100755 --- a/quickemu +++ b/quickemu @@ -1038,7 +1038,7 @@ VMPATH="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="2.3.1" +readonly VERSION="2.3.2" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P, spice-webdavd and Samba. This path is not configurable.