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:
d9bd398
)
2.0.0b6
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 14 Mar 2023 23:03:53 +0000
(
00:03
+0100)
committer
GitHub
<noreply@github.com>
Tue, 14 Mar 2023 23:03:53 +0000
(
00:03
+0100)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 3e7115fa8804a90dad37129eae5b49a8013cbb19..2b4a79af4e58742ceb60c7c593c0fbf690c77242 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
5
"
+__version__: Final[str] = "2.0.0b
6
"
SCHEMA_VERSION: Final[int] = 19