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 7347b84 commit 89954d3Copy full SHA for 89954d3
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.4"
+BUILD_VERSION = "1.7.5"
12
CLI_VERSION = "1.1.1"
13
RELEASE_CHANNEL = "stable"
14
# Development Settings
0 commit comments