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:
0cf0415
)
2.0.0b22
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 29 Mar 2023 00:10:05 +0000
(
02:10
+0200)
committer
GitHub
<noreply@github.com>
Wed, 29 Mar 2023 00:10:05 +0000
(
02:10
+0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index a9c49a3f817fa28f61180a980024102e39e7b64f..e384a92617535b2a795db2e508088a30d1fd336f 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
1
"
+__version__: Final[str] = "2.0.0b2
2
"
SCHEMA_VERSION: Final[int] = 22