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:
492afb6
)
2.0.0b8
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 19 Mar 2023 01:31:22 +0000
(
02:31
+0100)
committer
GitHub
<noreply@github.com>
Sun, 19 Mar 2023 01:31:22 +0000
(
02:31
+0100)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index bf444718a04a3e43f0a840f2a9d7bbd04629b339..41068a7a03d334f9eff8158408be990f8c754d77 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
7
"
+__version__: Final[str] = "2.0.0b
8
"
SCHEMA_VERSION: Final[int] = 19