feat: Bump version to 14.0.0 and add umamusume_seed.db database seed file.

This commit is contained in:
kiyreload27
2026-01-04 19:35:02 +00:00
parent 8749e9a1d8
commit 3a50c93466
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -4,7 +4,7 @@ This file is the single source of truth for the application version.
"""
# Semantic versioning: MAJOR.MINOR.PATCH
VERSION: str = "13.1.0"
VERSION: str = "14.0.0"
# Application metadata
APP_NAME: str = "UmamusumeCardManager"