Skip to content

Commit 812373d

Browse files
committed
fix(settings): update build version to 1.6.3
1 parent 9efc2ce commit 812373d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SCRIPT_PATH = os.path.dirname(os.path.abspath(__file__))
77
GITHUB_URL = "https://github.com/amnweb/yasb"
88
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
9-
BUILD_VERSION = "1.6.2"
9+
BUILD_VERSION = "1.6.3"
1010
# Development Settings
1111
DEBUG = False
1212
# Configuration Settings

0 commit comments

Comments
 (0)