We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25d795 commit 13ab84bCopy full SHA for 13ab84b
src/settings.py
@@ -8,7 +8,7 @@
8
SCRIPT_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(os.path.abspath(__file__))
9
GITHUB_URL = "https://github.com/amnweb/yasb"
10
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
11
-BUILD_VERSION = "1.7.3"
+BUILD_VERSION = "1.7.4"
12
CLI_VERSION = "1.1.1"
13
# Development Settings
14
DEBUG = False
0 commit comments