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:
9beae91
)
2.0.0b21
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 28 Mar 2023 20:34:44 +0000
(22:34 +0200)
committer
GitHub
<noreply@github.com>
Tue, 28 Mar 2023 20:34:44 +0000
(22:34 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index f7092aa53a2df6e557d97c4a05f832251b9832c4..a9c49a3f817fa28f61180a980024102e39e7b64f 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.0b2
0
"
+__version__: Final[str] = "2.0.0b2
1
"
SCHEMA_VERSION: Final[int] = 22