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:
74d8449
)
2.0.0b4
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 13 Mar 2023 23:37:31 +0000
(
00:37
+0100)
committer
GitHub
<noreply@github.com>
Mon, 13 Mar 2023 23:37:31 +0000
(
00:37
+0100)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 128a6b6a4ac0df4a1042ff342f90ea0ef638b276..503e045b1a97d0355c852571f6e80a259b388758 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.0b
3
"
+__version__: Final[str] = "2.0.0b
4
"
SCHEMA_VERSION: Final[int] = 19