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:
5b624a3
)
2.0.0b31
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 26 May 2023 22:47:40 +0000
(
00:47
+0200)
committer
GitHub
<noreply@github.com>
Fri, 26 May 2023 22:47:40 +0000
(
00:47
+0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index bb119dac4851d06b7ddc78e1224763038aa2ae8b..24156bce0284a9fb96081f4d04b8bb28483719d4 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.0b3
0
"
+__version__: Final[str] = "2.0.0b3
1
"
VERSION: Final[int] = __version__
SCHEMA_VERSION: Final[int] = 22