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:
9d74858
)
2.0.0b40
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 6 Jul 2023 23:37:04 +0000
(
01:37
+0200)
committer
GitHub
<noreply@github.com>
Thu, 6 Jul 2023 23:37:04 +0000
(
01:37
+0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 9a086f3e6ed7426fe6869feff48d504c533b07fd..5d2be19fcd80cdebfe820f748776fe8ee31cef6a 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
39
"
+__version__: Final[str] = "2.0.0b
40
"
VERSION: Final[int] = __version__
SCHEMA_VERSION: Final[int] = 22