Skip to content

Commit efec184

Browse files
committed
chore(settings): update BUILD_VERSION to 1.8.5
1 parent 198ebaa commit efec184

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
@@ -11,8 +11,8 @@
1111
)
1212
GITHUB_URL = "https://github.com/amnweb/yasb"
1313
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
14-
BUILD_VERSION = "1.8.4"
15-
CLI_VERSION = "1.1.3"
14+
BUILD_VERSION = "1.8.5"
15+
CLI_VERSION = "1.1.4"
1616
RELEASE_CHANNEL = "stable"
1717
# Development Settings
1818
DEBUG = False

0 commit comments

Comments
 (0)