2.0.0b12
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 23 Mar 2023 23:15:57 +0000 (00:15 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 23:15:57 +0000 (00:15 +0100)
music_assistant/constants.py

index 288619be084074e182349d88ecffa72a9dd11017..8b4bb0c0824cb1456b708a96fb147a01721fd001 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b11"
+__version__: Final[str] = "2.0.0b12"
 
 SCHEMA_VERSION: Final[int] = 19