From 9010b58eb85b0e32895cc502adb57ec0a9e30dc4 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Fri, 24 Dec 2021 20:58:14 -0700 Subject: [PATCH] prepare for 0.9.20211225 release --- 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 d62553f3..d76b6e2e 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -4,7 +4,7 @@ Bastille is available in the official FreeBSD ports tree at `sysutils/bastille`. Binary packages available in `quarterly` and `latest` repositories. -Current version is `0.9.20210714`. +Current version is `0.9.20211225`. To install from the FreeBSD package repository: diff --git a/docs/conf.py b/docs/conf.py index 9960669d..794265ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,9 +12,9 @@ author = 'Christer Edwards' # The short X.Y version -version = '0.9.20210714' +version = '0.9.20211225' # The full version, including alpha/beta/rc tags -release = '0.8.20210714-beta' +release = '0.9.20211225-beta' # -- General configuration --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 705ff8fc..89b33f23 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -70,7 +70,7 @@ bastille_perms_check() { bastille_perms_check ## version -BASTILLE_VERSION="0.9.20210714" +BASTILLE_VERSION="0.9.20211225" usage() { cat << EOF