From 076ed48741bc214e67f7bc2afaa1c67c63c388d2 Mon Sep 17 00:00:00 2001 From: amnweb <16545063+forumwt@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:19:15 +0200 Subject: [PATCH] refactor(settings): update build version to 1.2.4 --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index 58cbc65..7591deb 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.2.3" +BUILD_VERSION = "1.2.4" # Development Settings DEBUG = False # Configuration Settings