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:
40ed7d8
)
2.0.0b35
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 9 Jun 2023 10:45:05 +0000
(12:45 +0200)
committer
GitHub
<noreply@github.com>
Fri, 9 Jun 2023 10:45:05 +0000
(12:45 +0200)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index ab5d6273df5d6e6bf751819b045ebaefef3a3b6e..3dfca1c5b6288976cbc4933ff57cc9b600532541 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
4
"
+__version__: Final[str] = "2.0.0b3
5
"
VERSION: Final[int] = __version__
SCHEMA_VERSION: Final[int] = 22