Bump application version to 0.0.7
This commit is contained in:
parent
3777694c9e
commit
d7afc2907f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from markdown_it import MarkdownIt
|
|||
from functools import lru_cache
|
||||
from threading import Lock
|
||||
# Application version
|
||||
APP_VERSION = "0.0.6 (2025 Apr 6th)"
|
||||
APP_VERSION = "0.0.7 (2025 Apr 6th)"
|
||||
|
||||
# Configuration constants
|
||||
ITEMS_PER_PAGE = int(os.environ.get("ITEMS_PER_PAGE", 50)) # Default items per page
|
||||
|
|
Loading…
Add table
Reference in a new issue