From e7b859564489bb9bb0552ec578863ecb6082781e Mon Sep 17 00:00:00 2001 From: amnweb <16545063+forumwt@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:53:57 +0100 Subject: [PATCH] chore(settings): bump build version to 1.5.5 --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index f006abb..fcb20e3 100644 --- a/src/settings.py +++ b/src/settings.py @@ -6,7 +6,7 @@ SCRIPT_PATH = os.path.dirname(os.path.abspath(__file__)) GITHUB_URL = "https://github.com/amnweb/yasb" GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes" -BUILD_VERSION = "1.5.4" +BUILD_VERSION = "1.5.5" # Development Settings DEBUG = False # Configuration Settings