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:
05981aa
)
2.0.0b16
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 26 Mar 2023 01:52:31 +0000
(
03:52
+0200)
committer
GitHub
<noreply@github.com>
Sun, 26 Mar 2023 01:52:31 +0000
(
03:52
+0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 7eab6e1781c31c3100217cad4da5b7546c00b657..24827958a275a55be15a7bd54578e36420f1dea2 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
5
"
+__version__: Final[str] = "2.0.0b1
6
"
SCHEMA_VERSION: Final[int] = 21