From 632f1c682cbe501116e422fb12fa93e61977b682 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 8 Oct 2021 02:04:50 +0100 Subject: [PATCH] Bump version to 2.2.2 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 7d8db55..b863401 100755 --- a/quickemu +++ b/quickemu @@ -821,7 +821,7 @@ VMPATH="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="2.2.1" +readonly VERSION="2.2.2" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P and spice-webdavd. This path is not configurable.