Bump the version to 3.16

This commit is contained in:
Martin Wimpress 2022-07-29 11:45:59 +01:00
parent 974c9ab5fa
commit 39da52a3bf
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -1443,7 +1443,7 @@ EXTRA_ARGS=""
# shellcheck disable=SC2155
readonly LAUNCHER=$(basename "${0}")
readonly DISK_MIN_SIZE=$((197632 * 8))
readonly VERSION="3.15"
readonly VERSION="3.16"
# TODO: Make this run the native architecture binary
QEMU=$(command -v qemu-system-x86_64)