Update Bastille version to 0.12.20250111

Updated the version references in documentation, configuration, and script files to reflect the latest release.
This commit is contained in:
Juan David Hurtado G
2025-01-11 17:16:19 -05:00
parent 65aa9d0258
commit 7e90b7072f
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ Bastille is available in the official FreeBSD ports tree at
`sysutils/bastille`. Binary packages available in `quarterly` and `latest` `sysutils/bastille`. Binary packages available in `quarterly` and `latest`
repositories. repositories.
Current version is `0.12.20241124`. Current version is `0.12.20250111`.
To install from the FreeBSD package repository: To install from the FreeBSD package repository:

View File

@@ -12,9 +12,9 @@ copyright = '2018-2025, Christer Edwards'
author = 'Christer Edwards' author = 'Christer Edwards'
# The short X.Y version # The short X.Y version
version = '0.12.20241124' version = '0.12.20250111'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.12.20241124-beta' release = '0.12.20250111-beta'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@@ -78,7 +78,7 @@ bastille_perms_check() {
bastille_perms_check bastille_perms_check
## version ## version
BASTILLE_VERSION="0.12.20241124" BASTILLE_VERSION="0.12.20250111"
usage() { usage() {
cat << EOF cat << EOF