From ca0f14435147652a50c94c43cb8ffa8d305fd818 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 3 Dec 2021 11:33:56 +0000 Subject: [PATCH] Bump version to 2.3.3 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 54b1e5e0db..5907511432 100755 --- a/quickemu +++ b/quickemu @@ -1073,7 +1073,7 @@ VMPATH="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="2.3.2" +readonly VERSION="2.3.3" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P, spice-webdavd and Samba. This path is not configurable.