2.0.0b4
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 13 Mar 2023 23:37:31 +0000 (00:37 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 23:37:31 +0000 (00:37 +0100)
music_assistant/constants.py

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