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:
a5d6028
)
2.0.0b20
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 28 Mar 2023 18:21:03 +0000
(20:21 +0200)
committer
GitHub
<noreply@github.com>
Tue, 28 Mar 2023 18:21:03 +0000
(20:21 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 81f4bc51d4c174c3725f4a2468fbfd380f2bcda8..f7092aa53a2df6e557d97c4a05f832251b9832c4 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
19
"
+__version__: Final[str] = "2.0.0b
20
"
SCHEMA_VERSION: Final[int] = 22