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:
e1bff24
)
beta39 (#732)
author
Marvin Schenkel
<marvinschenkel@gmail.com>
Sat, 24 Jun 2023 08:20:39 +0000
(10:20 +0200)
committer
GitHub
<noreply@github.com>
Sat, 24 Jun 2023 08:20:39 +0000
(10:20 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 70ecb0d1b059db860dde3dcfc417b2ab63d59d0f..f1e2a2a946e39f55875f6f654f67edd79da66183 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
8
"
+__version__: Final[str] = "2.0.0b3
9
"
VERSION: Final[int] = __version__
SCHEMA_VERSION: Final[int] = 22