version 1.1.3

This commit is contained in:
tschettervictor
2025-11-30 21:09:33 -07:00
parent bdcacc945d
commit 99e16e7044
4 changed files with 6 additions and 6 deletions

View File

@@ -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.1.2.251119``.
Current version is ``1.1.3.251130``.
To install from the FreeBSD package repository:

View File

@@ -5,9 +5,9 @@ copyright = '2018-2025, Christer Edwards'
author = 'Christer Edwards'
# The short X.Y version
version = '1.1.2'
version = '1.1.3'
# The full version, including alpha/beta/rc tags
release = '1.1.2.2511119'
release = '1.1.3.251130'
# -- General configuration ---------------------------------------------------