From 00f09ef7385d1c5c1ab0a010fe764b8eb1e0cef8 Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Sun, 26 Jan 2025 22:15:08 -0500 Subject: [PATCH] version 0.13.20250126 --- README.md | 2 +- docs/chapters/installation.rst | 2 +- docs/conf.py | 4 ++-- usr/local/bin/bastille | 2 +- usr/local/share/bastille/etcupdate.sh | 2 +- usr/local/share/bastille/rename.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6605202f0..ca2d2d388 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Use "bastille command -h|--help" for more information about a command. ``` -## 0.12-beta +## 0.13-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 232988c9c..1596813bb 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.12.20250111`. +Current version is `0.13.20250126`. To install from the FreeBSD package repository: diff --git a/docs/conf.py b/docs/conf.py index 964515107..c2f36b896 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,9 +12,9 @@ author = 'Christer Edwards' # The short X.Y version -version = '0.12.20250111' +version = '0.13.20250126' # The full version, including alpha/beta/rc tags -release = '0.12.20250111-beta' +release = '0.13.20250126-beta' # -- General configuration --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index d89baf15d..d8439beb7 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -78,7 +78,7 @@ bastille_perms_check() { bastille_perms_check ## version -BASTILLE_VERSION="0.12.20250111" +BASTILLE_VERSION="0.13.20250126" usage() { cat << EOF diff --git a/usr/local/share/bastille/etcupdate.sh b/usr/local/share/bastille/etcupdate.sh index 9e4f6c684..1f0979be2 100644 --- a/usr/local/share/bastille/etcupdate.sh +++ b/usr/local/share/bastille/etcupdate.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2018-2024, Christer Edwards +# Copyright (c) 2018-2025, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/share/bastille/rename.sh b/usr/local/share/bastille/rename.sh index 52e206f7d..7aa887b8e 100644 --- a/usr/local/share/bastille/rename.sh +++ b/usr/local/share/bastille/rename.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2018-2024, Christer Edwards +# Copyright (c) 2018-2025, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without