prepare for 0.9.20211225 release

This commit is contained in:
Christer Edwards
2021-12-24 20:58:14 -07:00
parent aaea27dcb3
commit 9010b58eb8
3 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -12,9 +12,9 @@ copyright = '2018-2021, Christer Edwards'
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 ---------------------------------------------------

View File

@@ -70,7 +70,7 @@ bastille_perms_check() {
bastille_perms_check
## version
BASTILLE_VERSION="0.9.20210714"
BASTILLE_VERSION="0.9.20211225"
usage() {
cat << EOF