Skip to content

Commit 13ab84b

Browse files
committed
chore(settings): update build version to 1.7.4
1 parent e25d795 commit 13ab84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
SCRIPT_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(os.path.abspath(__file__))
99
GITHUB_URL = "https://github.com/amnweb/yasb"
1010
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
11-
BUILD_VERSION = "1.7.3"
11+
BUILD_VERSION = "1.7.4"
1212
CLI_VERSION = "1.1.1"
1313
# Development Settings
1414
DEBUG = False

0 commit comments

Comments
 (0)