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:
f2ebbce
)
2.0.0b17
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 26 Mar 2023 16:09:22 +0000
(18:09 +0200)
committer
GitHub
<noreply@github.com>
Sun, 26 Mar 2023 16:09:22 +0000
(18:09 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 24827958a275a55be15a7bd54578e36420f1dea2..99f822037edf8daaba20bb9d669f71de02a22392 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.0b1
6
"
+__version__: Final[str] = "2.0.0b1
7
"
SCHEMA_VERSION: Final[int] = 21