2.0.0b11
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 23 Mar 2023 21:48:35 +0000 (22:48 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 21:48:35 +0000 (22:48 +0100)
music_assistant/constants.py

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