From d3bac06de33a519eefdfaee6b309500fec88332c Mon Sep 17 00:00:00 2001 From: subnetspider <111726680+subnetspider@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:34:01 +0100 Subject: [PATCH] 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". --- usr/local/bin/bastille | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index f19ed527..265d9e89 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -62,7 +62,7 @@ bastille_perms_check() { bastille_perms_check ## version -BASTILLE_VERSION="0.10.20231125" +BASTILLE_VERSION="0.11.20241022" usage() { cat << EOF