Skip to content

Commit ae9b563

Browse files
committed
chore(settings): update build and CLI version numbers
- Increment BUILD_VERSION to 1.7.1 - Increment CLI_VERSION to 1.1.0
1 parent 3c7b3a3 commit ae9b563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
SCRIPT_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(os.path.abspath(__file__))
88
GITHUB_URL = "https://github.com/amnweb/yasb"
99
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
10-
BUILD_VERSION = "1.7.0"
11-
CLI_VERSION = "1.0.9"
10+
BUILD_VERSION = "1.7.1"
11+
CLI_VERSION = "1.1.0"
1212
# Development Settings
1313
DEBUG = False
1414
# Configuration Settings

0 commit comments

Comments
 (0)