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:
84bac5b
)
2.0.0b32 (#687)
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 28 May 2023 16:02:27 +0000
(18:02 +0200)
committer
GitHub
<noreply@github.com>
Sun, 28 May 2023 16:02:27 +0000
(18:02 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 24156bce0284a9fb96081f4d04b8bb28483719d4..7762c263321a93f2312425f958783191bf934499 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
1
"
+__version__: Final[str] = "2.0.0b3
2
"
VERSION: Final[int] = __version__
SCHEMA_VERSION: Final[int] = 22