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:
59f1b52
)
2.0.0b27
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 5 Apr 2023 08:40:33 +0000
(10:40 +0200)
committer
GitHub
<noreply@github.com>
Wed, 5 Apr 2023 08:40:33 +0000
(10:40 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 08c82c0c9601d2ae8e29d026de66c0a1eb8231d3..d841463ef99628a9c53ad68e806781ef033e6cb6 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
6
"
+__version__: Final[str] = "2.0.0b2
7
"
SCHEMA_VERSION: Final[int] = 22