From 7152dce87aa2d1e7b26cd31350f27899a517190d Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Mon, 1 Dec 2025 04:55:22 -0700 Subject: [PATCH] v1.2.0 --- docs/chapters/installation.rst | 2 +- docs/conf.py | 4 ++-- usr/local/bin/bastille | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index 94349e99..b7c612dc 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -5,7 +5,7 @@ Bastille is available in the official FreeBSD ports tree at ``sysutils/bastille``. Binary packages are available in quarterly and latest repositories. -Current version is ``1.1.3.251130``. +Current version is ``1.2.0.251119``. To install from the FreeBSD package repository: diff --git a/docs/conf.py b/docs/conf.py index 7402b224..916fcc63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,9 +5,9 @@ copyright = '2018-2025, Christer Edwards' author = 'Christer Edwards' # The short X.Y version -version = '1.1.3' +version = '1.2.0' # The full version, including alpha/beta/rc tags -release = '1.1.3.251130' +release = '1.2.0.2511119' # -- General configuration --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index b632645d..91abc7ee 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -32,7 +32,7 @@ PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin -BASTILLE_VERSION=1.1.3.251130 +BASTILLE_VERSION=1.2.0.251119 # Validate config file # Copy default when 'setup' is called