Bump version to 4.4

This commit is contained in:
Martin Wimpress 2022-10-21 08:49:14 +01:00
parent a437bc8a99
commit 215597eead
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

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