From f2504785013bd28c3838a60d62839589b62f4aea Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Sun, 20 Apr 2025 12:00:38 -0500 Subject: [PATCH] bastille: Release 0.14.20250420 'easter' release --- README.md | 2 +- docs/chapters/installation.rst | 2 +- docs/conf.py | 4 ++-- usr/local/bin/bastille | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 813b1b10..38952224 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Use "bastille [-c|--config FILE] command" to specify a non-default config file. ``` -## 0.13-beta +## 0.14-beta This document outlines the basic usage of the Bastille container management framework. This release is still considered beta. diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index fe6f9288..4f3122da 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 are available in quarterly and latest repositories. -Current version is ``0.13.20250126``. +Current version is ``0.14.20250420``. To install from the FreeBSD package repository: diff --git a/docs/conf.py b/docs/conf.py index c2f36b89..7ae699bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,9 +12,9 @@ copyright = '2018-2025, Christer Edwards' author = 'Christer Edwards' # The short X.Y version -version = '0.13.20250126' +version = '0.14.20250420' # The full version, including alpha/beta/rc tags -release = '0.13.20250126-beta' +release = '0.14.20250420-beta' # -- General configuration --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 0056287d..806f8958 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="0.13.20250126" +BASTILLE_VERSION="0.14.20250420" ## check for config existence bastille_conf_check() {