From 7fe2980b1391395eb8526c37a8098c4f4ed824ff Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 23 Feb 2022 09:53:41 +0000 Subject: [PATCH] Bump version to 3.13 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index e5bfc35..f784cc4 100755 --- a/quickemu +++ b/quickemu @@ -1114,7 +1114,7 @@ VMPATH="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="3.12" +readonly VERSION="3.13" # PUBLICSHARE is the only directory exposed to guest VMs for file # sharing via 9P, spice-webdavd and Samba. This path is not configurable.