Bump version to 3.13

This commit is contained in:
Martin Wimpress 2022-02-23 09:53:41 +00:00
parent d1a984ff12
commit 7fe2980b13
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -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.