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