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:
b98ca20
)
2.0.0b28
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 19 Apr 2023 08:59:25 +0000
(10:59 +0200)
committer
GitHub
<noreply@github.com>
Wed, 19 Apr 2023 08:59:25 +0000
(10:59 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 698a7750ba6ecaba6541bd2d6bbd18e12f950415..c11c0be6259a30fdc70ba249aed9f7cf92b979c7 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
7
"
+__version__: Final[str] = "2.0.0b2
8
"
SCHEMA_VERSION: Final[int] = 22