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:
15af477
)
2.0.0b12
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 23 Mar 2023 23:15:57 +0000
(
00:15
+0100)
committer
GitHub
<noreply@github.com>
Thu, 23 Mar 2023 23:15:57 +0000
(
00:15
+0100)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 288619be084074e182349d88ecffa72a9dd11017..8b4bb0c0824cb1456b708a96fb147a01721fd001 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
1
"
+__version__: Final[str] = "2.0.0b1
2
"
SCHEMA_VERSION: Final[int] = 19