2.0.0b9
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 19 Mar 2023 09:00:42 +0000 (10:00 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 09:00:42 +0000 (10:00 +0100)
music_assistant/constants.py

index 41068a7a03d334f9eff8158408be990f8c754d77..f784257d237b806c831db23308469e7b5587dcbb 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b8"
+__version__: Final[str] = "2.0.0b9"
 
 SCHEMA_VERSION: Final[int] = 19