projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3418b12
)
2.0.0b29
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 20 Apr 2023 14:10:07 +0000
(16:10 +0200)
committer
GitHub
<noreply@github.com>
Thu, 20 Apr 2023 14:10:07 +0000
(16:10 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index c11c0be6259a30fdc70ba249aed9f7cf92b979c7..707caf914b8e533edba132494f51728749215ceb 100755
(executable)
--- a/
music_assistant/constants.py
+++ b/
music_assistant/constants.py
@@
-3,7
+3,7
@@
import pathlib
from typing import Final
-__version__: Final[str] = "2.0.0b2
8
"
+__version__: Final[str] = "2.0.0b2
9
"
SCHEMA_VERSION: Final[int] = 22