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:
f938600
)
2.0.0b30
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 10 May 2023 20:59:17 +0000
(22:59 +0200)
committer
GitHub
<noreply@github.com>
Wed, 10 May 2023 20:59:17 +0000
(22:59 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index b185d8f5cab004f19f773efe0be17197ce054cbe..a76d0a38029452debae247d3de83ba0b1b9266b8 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
29
"
+__version__: Final[str] = "2.0.0b
30
"
SCHEMA_VERSION: Final[int] = 22