Skip to content

Commit 89954d3

Browse files
committed
chore(settings): update build version to 1.7.5
1 parent 7347b84 commit 89954d3

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.4"
11+
BUILD_VERSION = "1.7.5"
1212
CLI_VERSION = "1.1.1"
1313
RELEASE_CHANNEL = "stable"
1414
# Development Settings

0 commit comments

Comments
 (0)