feat: Add database query functions, schema migrations, version-based syncing, a seed database, and a Gametora scraper.
This commit is contained in:
@@ -4,7 +4,7 @@ This file is the single source of truth for the application version.
|
||||
"""
|
||||
|
||||
# Semantic versioning: MAJOR.MINOR.PATCH
|
||||
VERSION: str = "13.0.3"
|
||||
VERSION: str = "13.0.6"
|
||||
|
||||
# Application metadata
|
||||
APP_NAME: str = "UmamusumeCardManager"
|
||||
|
||||
Reference in New Issue
Block a user