Update BASTILLE_VERSION string

Update the version string in usr/local/bin/bastille from 0.10.20231125 to 0.11.20241022 so that the version reported by "bastille -v" matches the version reported by "pkg info bastille | grep Version".
This commit is contained in:
subnetspider
2024-11-05 07:34:01 +01:00
committed by GitHub
parent beccb6ff20
commit d3bac06de3

View File

@@ -62,7 +62,7 @@ bastille_perms_check() {
bastille_perms_check
## version
BASTILLE_VERSION="0.10.20231125"
BASTILLE_VERSION="0.11.20241022"
usage() {
cat << EOF