Skip to content

Commit

Permalink
chore(settings): bump BUILD_VERSION to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Dec 24, 2024
1 parent 43eddc6 commit bede8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SCRIPT_PATH = os.path.dirname(os.path.abspath(__file__))
GITHUB_URL = "https://github.com/amnweb/yasb"
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
BUILD_VERSION = "1.5.1"
BUILD_VERSION = "1.5.2"
# Development Settings
DEBUG = False
# Configuration Settings
Expand Down

0 comments on commit bede8c3

Please sign in to comment.