2.0.0b2
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 13 Mar 2023 19:18:54 +0000 (20:18 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 19:18:54 +0000 (20:18 +0100)
music_assistant/constants.py

index 8dce0145739034edc6bc3f398e9025c8c57b9b62..8628e1b42c52b864f27a4607e8fd3acae44a62e4 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b1"
+__version__: Final[str] = "2.0.0b2"
 
 SCHEMA_VERSION: Final[int] = 19