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:
9abd1fb
)
2.0.0b10
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 19 Mar 2023 21:59:47 +0000
(22:59 +0100)
committer
GitHub
<noreply@github.com>
Sun, 19 Mar 2023 21:59:47 +0000
(22:59 +0100)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index f784257d237b806c831db23308469e7b5587dcbb..057cf9cfb0223ba605fede8c7cb4ab5c4109c3b5 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
9
"
+__version__: Final[str] = "2.0.0b
10
"
SCHEMA_VERSION: Final[int] = 19