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:
e2b2bdf
)
2.0.0b24
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sat, 1 Apr 2023 22:55:56 +0000
(
00:55
+0200)
committer
GitHub
<noreply@github.com>
Sat, 1 Apr 2023 22:55:56 +0000
(
00:55
+0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 97963ef656bffc1e97939c5e85594e90f5ded70d..fe84ecd19ebbc07b504847171b67318c0f8a91ad 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
3
"
+__version__: Final[str] = "2.0.0b2
4
"
SCHEMA_VERSION: Final[int] = 22