2.0.0b3
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 13 Mar 2023 21:32:40 +0000 (22:32 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 21:32:40 +0000 (22:32 +0100)
music_assistant/constants.py

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