chore: bump version to 4.7

This commit is contained in:
Martin Wimpress 2023-04-26 11:46:18 +01:00
parent 994de923a8
commit cb6d6d2ad7
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

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