diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index 08b33501..e62623bf 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.2.1.251203``. +Current version is ``1.2.2.251203``. To install from the FreeBSD package repository: diff --git a/docs/conf.py b/docs/conf.py index 5dc9f2c5..858c57cf 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.2.1' +version = '1.2.2' # The full version, including alpha/beta/rc tags -release = '1.2.1.251203' +release = '1.2.2.251203' # -- General configuration --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index a7688ab2..2d993651 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.2.1.251203 +BASTILLE_VERSION=1.2.2.251203 # Validate config file # Copy default when 'setup' is called