Skip to content

Commit

Permalink
bump api schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Sep 14, 2024
1 parent ca76f3a commit 496442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pathlib
from typing import Final

API_SCHEMA_VERSION: Final[int] = 25
API_SCHEMA_VERSION: Final[int] = 26
MIN_SCHEMA_VERSION: Final[int] = 24


Expand Down

0 comments on commit 496442c

Please sign in to comment.