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:
3cbc105
)
2.0.0b34
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 9 Jun 2023 05:40:52 +0000
(07:40 +0200)
committer
GitHub
<noreply@github.com>
Fri, 9 Jun 2023 05:40:52 +0000
(07:40 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 48b245ee89df47bb04c0fafa568345d569d2d2fb..398f775ee3a0f3ed0482a3b43e887893355f5537 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
3
"
+__version__: Final[str] = "2.0.0b3
4
"
VERSION: Final[int] = __version__
SCHEMA_VERSION: Final[int] = 22