release: bump version to 1.1.0.251001

This commit is contained in:
Juan David Hurtado G
2025-10-01 11:53:28 -05:00
parent efa453141f
commit 0a03d0f292
4 changed files with 7 additions and 7 deletions

View File

@@ -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 ``1.0.1.250714``.
Current version is ``1.1.0.251001``.
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.0.1'
version = '1.1.0'
# The full version, including alpha/beta/rc tags
release = '1.0.1.250714'
release = '1.1.0.251001'
# -- General configuration ---------------------------------------------------