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:
6736c79
)
2.0.0b2
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 13 Mar 2023 19:18:54 +0000
(20:18 +0100)
committer
GitHub
<noreply@github.com>
Mon, 13 Mar 2023 19:18:54 +0000
(20:18 +0100)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 8dce0145739034edc6bc3f398e9025c8c57b9b62..8628e1b42c52b864f27a4607e8fd3acae44a62e4 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
1
"
+__version__: Final[str] = "2.0.0b
2
"
SCHEMA_VERSION: Final[int] = 19