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:
c7ee62c
)
2.0.0b23
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 31 Mar 2023 18:37:41 +0000
(20:37 +0200)
committer
GitHub
<noreply@github.com>
Fri, 31 Mar 2023 18:37:41 +0000
(20:37 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index e384a92617535b2a795db2e508088a30d1fd336f..97963ef656bffc1e97939c5e85594e90f5ded70d 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
2
"
+__version__: Final[str] = "2.0.0b2
3
"
SCHEMA_VERSION: Final[int] = 22