Skip to content

Commit 1b60eee

Browse files
committed
chore(settings): bump BUILD_VERSION and CLI_VERSION
- Bump BUILD_VERSION to 1.7.2 - Bump CLI_VERSION to 1.1.1
1 parent ff5f1c9 commit 1b60eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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.1"
12-
CLI_VERSION = "1.1.0"
11+
BUILD_VERSION = "1.7.2"
12+
CLI_VERSION = "1.1.1"
1313
# Development Settings
1414
DEBUG = False
1515
# Configuration Settings

0 commit comments

Comments
 (0)