From 90669add62c2400c791ea72b104dca82f59494c9 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 6 Oct 2021 11:01:53 +0100 Subject: [PATCH] Bump version to 2.2.0 --- quickemu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickemu b/quickemu index 84032e9..a843cb3 100755 --- a/quickemu +++ b/quickemu @@ -780,7 +780,6 @@ ram="" tpm="off" usb_devices=() - DELETE=0 FULLSCREEN="" FULLSPICY="" @@ -798,7 +797,7 @@ VM="" readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="2.1.0" +readonly VERSION="2.2.0" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P and spice-webdavd. This path is not configurable.