diff --git a/mail-toaster.sh b/mail-toaster.sh index 900b7312..9287a177 100755 --- a/mail-toaster.sh +++ b/mail-toaster.sh @@ -1,7 +1,7 @@ #!/bin/sh # bump version when a change in this file effects provision scripts -mt6_version() { echo "20240319"; } +mt6_version() { echo "20241019"; } dec_to_hex() { printf '%04x\n' "$1"; }